{% extends 'administrative/layout.html.twig' %} {% block title %}Teamübersicht{% endblock %} {% block content %}
| {{ knp_pagination_sortable(pagination, 'Name', 'teamer.lastName') }} | Vorname | {{ knp_pagination_sortable(pagination, 'Status', 'teamer.status') }} | {{ knp_pagination_sortable(pagination, 'E-Mail', 'teamer.communication.email') }} | {{ knp_pagination_sortable(pagination, 'Letzter Login', 'user.lastLoginAt') }} | ||
|---|---|---|---|---|---|---|
|
{% if teamer.photo %}
{{ icon('user', 'w-10 h-10 text-gray-200') }}
{% endif %}
|
{{ teamer.lastName }} | {{ teamer.firstName }} | {{ teamer|teamer_status_label }} | {{ teamer.communication.email }} | {% if teamer.user is not null and teamer.user.lastLoginAt is not null %} {{ teamer.user.lastLoginAt | date('d.m.Y') }} {% else %} - {% endif %} |
{% if not teamer.viewed %}
{% endif %}
{% if teamer.user.disabled %}
{% if is_granted('ROLE_ADMIN') %}
{% endif %}
{% else %}
{% if is_granted('ROLE_ADMIN') %}
{% endif %}
{% if is_granted('CAN_IMPERSONATE', teamer.user) %}
{{ icon('mask') }}
{% endif %}
{% endif %}
{{ icon('user') }}
{% if teamer.user.disabled %}
gesp. am {{ teamer.user.disabledAt | date('d.m.Y') }}
{% endif %}
|
Keine Daten... | {% endfor %}