{% extends "default/datatable.html.twig" %} {% block ajout %} {% if nb_default == 0 %}
{{'Message.NoDefaultGroup' | trans}}
{% endif %} {{parent()}} {% endblock %} {% block datatable %} {% for d in datas %} {% if d.principal %} {% else %} {% endif %} {% endfor %}
{{'Table.ID' | trans}} {{'Table.Group' | trans}} {{'Table.Description' | trans}} {{'Table.Default' | trans}} {{'Table.Action' | trans}}
{{ d.id }} {{ d.name }} {{ d.description }}{{ 'Form.Yes' | trans }}{{ 'Form.No' | trans }} {% if app.user.hasright("713") %} {{'Table.Edit' | trans}} {% endif %} {% if app.user.hasright("714") %} {% endif %}
{% endblock %}