{% extends "FactelBundle::Layout.html.twig" %} {% block css %} {% endblock %} {% block panel_title %}
{% endblock %} {% block content %}Username | Nombre | Apellidos | {% if not is_granted('ROLE_ADMIN') %}Correo | {% endif %} {% if is_granted('ROLE_ADMIN') %}Emisor | {% endif %}Rol | Estado | Acciones |
---|---|---|---|---|---|---|---|
{{ entity.username }} | {{ entity.nombre }} | {{ entity.apellidos }} | {% if not is_granted('ROLE_ADMIN') %}{{ entity.email }} | {% endif %} {% if is_granted('ROLE_ADMIN') %}{{entity.emisor.razonSocial}} | {% endif %}{{ entity.getRolesString }} | {%if entity.isActive %}{%else%}{% endif%} | {{ form(deleteForms[entity.id], { 'attr': {'id': entity.id } })}} |