{% extends 'TdbBaseBundle::layout.html.twig' %} {% block title %}Aliases{% endblock %} {% block body %}
Alias | Nombre | Cible(s) | Activé | {% if is_granted('ROLE_DOMAIN_ALIAS_ADMIN') %}{% endif %} |
---|---|---|---|---|
{{ alias.addr }} | {% if not alias.locked or is_granted('ROLE_SUPER_ADMIN') %} {% if alias.enabled %} {% else %} {% endif %} {% else %} {% if alias.enabled %} {% else %} {% endif %} {% endif %} | {% if is_granted('ROLE_DOMAIN_ALIAS_ADMIN') %}{% if alias.locked==true and not is_granted("ROLE_SUPER_ADMIN") %} {% else %} Editer {# #} {% endif %} | {% endif %}
Alias | Activé | {% if is_granted('ROLE_DOMAIN_ALIAS_ADMIN') %}{% endif %} |
---|---|---|
{{ alias.addr }} | {% if not alias.locked or is_granted('ROLE_SUPER_ADMIN') %} {% if alias.enabled %} {% else %} {% endif %} {% else %} {% if alias.enabled %} {% else %} {% endif %} {% endif %} | {% if is_granted('ROLE_DOMAIN_ALIAS_ADMIN') %}{% if alias.locked==true and not is_granted("ROLE_SUPER_ADMIN") %} {% else %} Editer {% if is_granted('ROLE_ADMIN') %}{% endif %} {% endif %} | {% endif %}