{% extends 'App/_include/_layout.main.html.twig' %} {% block page_content %} {% if is_granted('ROLE_APP_SUB_ETIQ_EDITOR') %}
{{ 'sticker.title.selected_zone'|trans }}
{{ 'sticker.subtitle.type'|trans }}
{% if field_options.main is defined %}
{% endif %} {% if field_options.lines is defined %}
{% endif %}
{{ 'sticker.subtitle.style'|trans }}
{{ 'sticker.subtitle.border'|trans }}
{{ 'sticker.subtitle.action'|trans }}
{# MODAL DELETE #}
{{ 'sticker.modal.delete_zone.title'|trans }}
{{ 'sticker.modal.delete_zone.message'|trans }}
{# MODAL SAVE #}
{% if action == 'add' %}{{ 'sticker.modal.save_etiq.title.save'|trans }}{% else %}{{ 'sticker.modal.save_etiq.title.edit'|trans }}{% endif %}
{{ form_start(form,{'attr':{'id':'FormEtiquette'}})}} {{ form_end(form) }}
{% endif %} {% endblock %} {% block javascript_footer %} {{ parent() }} {% if is_granted('ROLE_APP_SUB_ETIQ_EDITOR') %} {% if is_granted('ROLE_APP_SUB_KB_ELECTRONIQUE') %} {% endif %} {% if is_granted('ROLE_APP_SUB_KB_ELECTRONIQUE') == false %} {% endif %} {% endif %} {% endblock %}