{% extends '@Installer/installer/base.html.twig' %} {% block base_content %}

{{ "shopware.installer.configuration_header"|trans }}

{% if error %}
{{ error }}
{% endif %}

{{ "shopware.installer.configuration_sconfig_text"|trans }}

{{ "shopware.installer.configuration_defaults_warning"|trans }}

{{ "shopware.installer.configuration_admin_currency_headline"|trans }}

{{ "shopware.installer.configuration_admin_currency_text"|trans }}

{% for iso in currencyIsos %}
{% endfor %}

{% endblock %}