{% if not is_granted('ROLE_ADMIN') and (is_granted('ROLE_PROVIDER') or is_granted('ROLE_EMPLOYEE') or is_granted('ROLE_CLIENT_USER')) %}
{% if app.user.typeSector == null %}
{% if is_granted('ROLE_CLIENT') or is_granted('ROLE_PROVIDER') %}
{{ 'Select sector'|trans|raw }}
{% else %}
{{ 'Select sector employee'|trans|raw }}
{% endif %}
{% if is_granted('ROLE_CLIENT') or is_granted('ROLE_PROVIDER') %}