{% extends 'Shop/base.html.twig' %} {% block title %} {{ 'app.shop_owner.pages.translations.head_title'|trans }} {% endblock %} {% block component_body %}
{{ 'app.shop_owner.pages.translations.card_title'|trans }}
{{ 'app.shop_owner.pages.translations.source.title'|trans }}

{{ 'app.shop_owner.pages.translations.source.description'|trans }}

{{ defaultLocaleCode|select('srcLocaleList', 'fa fa-language', false, null, true) }}
{{ 'app.shop_owner.pages.translations.destination.title'|trans }}

{{ 'app.shop_owner.pages.translations.destination.description'|trans }}

{{ targetlocales|select('destLocaleList', 'fa fa-language', true ,'app.shop_owner.pages.translations.destination.placeholder'|trans) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}