{% if updateOk %}
×

{% trans 'Updated structure' %}

{% trans 'Structure has been successfully updated' %}
{% endif %} {% if errorsStructure %}
×

{% trans 'Structure errors' %}

{% trans 'admin::base: xml invalide, les changements ne seront pas appliques' %}
{% for error in errors %}
{{ loop.index }} {{ error }}
{% endfor %}
{% endif %}

{% trans 'admin::base: structure' %}