{% extends 'ResourcesManagerBundle::layout.html.twig' %} {% set active = 4 %} {% block body %}
Name {{ entity.name }} {{ entity.middlename }} {{ entity.firstlastname }} {{ entity.secondlastname }}
Email {{ entity.email }}
Username {{ entity.username }}
Telephone {{ entity.telephone }}
Professionaltitle {{ entity.professionaltitle }}
Enabled {{ entity.enabled }}
Picturepath {{ entity.picturepath }}
Expired {{ entity.expired }}
Expiresat {{ entity.expiresAt|date(app.user.dateformat~' H:i') }}
Dateofbirth {{ entity.dateofbirth|date(app.user.dateformat~' H:i') }}
Credentialsexpired {{ entity.credentialsExpired }}
Credentialsexpiredat {{ entity.credentialsExpiredAt|date(app.user.dateformat~' H:i') }}
{% endblock %}