{#** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * 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.md. * 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 https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) *#} {% extends '@Modules/psxdesign/views/templates/admin/themes/Blocks/Partials/theme_card_container.html.twig' %} {% block card_content %}

{% if theme.display_name is defined and theme.display_name is not null %} {{ theme.display_name }} {% else %}   {% endif %}

{% if theme.version is defined and theme.version is not null %} {{ 'v%version%'|trans({'%version%': theme.version}, 'Modules.Psxdesign.Admin') }} - {% endif %} {% if theme.author.name is defined and theme.author.name is not null %} {{ 'Developed by %author%'|trans({ '%author%': theme['author']['url'] is defined ? '' ~ theme.author.name ~ '' : theme.author.name }, 'Modules.Psxdesign.Admin')|striptags('')|raw }} {% endif %} {% if (theme.version is not defined or theme.version is null) and (theme.author.name is not defined or theme.author.name is null) %}   {% endif %} {% if category is defined and category is not empty %} {{ category }} {% endif %}
{% block image %} {% endblock %}
{% block button_container %} {% endblock %}
{% endblock %}