{% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %}
{% block layout_footer_copyright %}
{% if config('TcinnCopyrightCustom.config.TcinnCopyrightLogoActive') or config('TcinnCopyrightCustom.config.TcinnCopyrightActive') %}
{% if config('TcinnCopyrightCustom.config.TcinnCopyrightLogoActive') %}
<div class="footer-copyright-logo">
{% sw_include '@Storefront/storefront/layout/header/logo.html.twig' %}
</div>
{% endif %}
{% if config('TcinnCopyrightCustom.config.TcinnCopyrightActive') %}
<div class="footer-copyright">
<p>{{ config('TcinnCopyrightCustom.config.TcinnCopyrightValue')|raw }} {% if twtLicensekey is defined %}Theme by {{ 'twt.tcinn'|trans({'%href%': 'https://themeware.shop','%title%': 'Shopware Theme','%name%': 'ThemeWare®'})|raw }}{% endif %}</p>
</div>
{% else %}
{% if twtLicensekey is defined %}
<div class="footer-copyright">
<p>Theme by {{ 'twt.tcinn'|trans({'%href%': 'https://themeware.shop','%title%': 'Shopware Theme','%name%': 'ThemeWare®'})|raw }}</p>
</div>
{% endif %}
{% endif %}
{% endif %}
{% endblock %}