{% if is_granted('@labels.read_profiles') %}
{% set profiles = label_profile_dropdown_helper.dropdownProfiles(type) %}
{% else %}
{% set profiles = [] %}
{% endif %}
{% for profile in profiles %}
{{ profile.name }}
{% endfor %}
{% if profiles is not empty and is_granted('@labels.edit_options') %}
{% endif %}
{% if is_granted('@labels.edit_options') %} {# An empty dialog does not make much sense, when you can not edit the options... #}
{% trans %}label_generator.label_empty{% endtrans %}
{% endif %}