{% extends "default/datatable.html.twig" %} {% block custom_css %} {{parent()}} {% endblock %} {% block ajout %} {% if app.user.hasright(right_add) %} {{ 'Table.Add' | trans }} {% endif %} {% endblock %} {% block datatable %}
{{'Table.Suscriber.ID' | trans}} | {{'Table.Suscriber.Name' | trans}} | {{'Table.Suscriber.Phone' | trans}} | {{'Table.Suscriber.Email' | trans}} | {{'Table.Suscriber.Group' | trans}} | {{'Table.Action' | trans}} | |
---|---|---|---|---|---|---|
{{ d.id }} | {{ d.name }} | {{ d.phone }} | {{ d.email }} | {{ d.group }} | {% if app.user.hasright(right_edit) %} {{'Table.Edit' | trans}} {% endif %} {% if app.user.hasright(right_delete) %} {% endif %} |