{% extends "FactelBundle::Layout.html.twig" %} {% block css %} {% endblock %} {% block panel_title %}
Usuarios
{% endblock %} {% block content %}
{% if not is_granted('ROLE_ADMIN') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% for entity in entities %} {% if not is_granted('ROLE_ADMIN') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% endfor %}
Username Nombre ApellidosCorreoEmisorRol Estado Acciones
{{ entity.username }} {{ entity.nombre }} {{ entity.apellidos }}{{ entity.email }} {{entity.emisor.razonSocial}} {{ entity.getRolesString }} {%if entity.isActive %}{%else%}{% endif%} {{ form(deleteForms[entity.id], { 'attr': {'id': entity.id } })}}
{% endblock %} {% block javascript %} {% endblock %}