{% extends 'UpdoonAppBundle::base_private_extension.html.twig' %} {% block title %}{{ parent() }}User • Betrachten{% endblock %} {% block content %}
Betrachten
{% image '%kernel.root_dir%/Resources/images/avatar.png' %} Avatar {% endimage %}
{{ account.firstname }} {{ account.lastname }}
Bearbeiten Löschen

Persönliche Daten

Nachname

{{ account.lastname }}

Vorname

{{ account.firstname }}

E-Mail Adresse

{{ account.email }}

Telefonnummer

{% if account.phoneNumbers.0.countryPrefix is defined and account.phoneNumbers.0.countryPrefix is not empty %} +{{ account.phoneNumbers.0.countryPrefix }} {{ account.phoneNumbers.0.countyPrefix }} {{ account.phoneNumbers.0.number }} {% else %} - {% endif %}

Letzter Login

{{ account.lastLoginTime|date('d.m.Y H:i:s') }}

{% if is_granted('ROLE_LOG_VIEW') %}

Logs

{% for log in logs %} {% endfor %}
ID Datum und Uhrzeit Eintrag
{{ log.id }} {{ log.datetime|date('d.m.Y H:i:s') }} {{ log.entry }}
Zurück {% if page > 1 %} 1 {% endif %} {% if page > 4 %} ... {% endif %} {% if page - 2 > 1 %} {{ page - 2 }} {% endif %} {% if page - 1 > 1 %} {{ page - 1 }} {% endif %} {{ page }} {% if page + 1 < maxPages %} {{ page + 1 }} {% endif %} {% if page + 2 < maxPages %} {{ page + 2 }} {% endif %} {% if page < maxPages - 3 %} ... {% endif %} {% if page < maxPages %} {{ maxPages }} {% endif %} Vor
{% endif %}
{{ include('UpdoonAppBundle::Account/account_delete_modal.html.twig') }} {% endblock %}