{% extends 'App/_include/_layout.main.html.twig' %} {% block page_content %} {% if is_granted('ROLE_APP_SUB_ETIQ_EDITOR') %}
{{ 'sticker.button.add.appro'|trans }} {{ 'sticker.button.add.fab'|trans }} {{ 'sticker.button.add.fs'|trans }} {{ 'sticker.button.add.el'|trans }}
{% if dt_settings.data.data_set|length < 1 %}

{{ 'emptyData'|trans }}

{% endif %}
{% endif %} {% endblock %} {% block javascript_footer %} {{ parent() }} {% if is_granted('ROLE_APP_SUB_ETIQ_EDITOR') %} {% endif %} {% endblock %}