{#** * 2007-2018 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2018 PrestaShop SA * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA *#} {% set ats = module.attributes %} {% set name, displayName, nbRates, starsRate, img, serviceUrl, version, cover, additionalDescription, fullDescription, changeLog, customerBenefits, demoVideo, author, notFoundImg, features, badges = ats.name, ats.displayName, ats.nbRates, ats.starsRate, ats.img, ats.serviceUrl is defined and ats.serviceUrl|length > 0 ? ats.serviceUrl : false, ats.version, ats.cover, ats.additionalDescription is defined and ats.additionalDescription|length > 0 ? ats.additionalDescription : false, ats.fullDescription is defined and ats.fullDescription|length > 0 ? ats.fullDescription : false, ats.changeLog is defined and ats.changeLog|length > 0 ? ats.changeLog : false, ats.customer_benefits is defined and ats.customer_benefits|length > 0 ? ats.customer_benefits : false, ats.demo_video is defined and ats.demo_video|length > 0 ? ats.demo_video : false, ats.author, 'https://cdn4.iconfinder.com/data/icons/ballicons-2-free/100/box-512.png', ats.features, ats.badges is defined and ats.badges|length > 0 ? ats.badges : false %}