{{ include('partials/page-title.html.twig', page) }}
{{ include('partials/validation.html.twig') }}
{{ include('partials/user/user-required.html.twig', {mode: 'view'}) }}
{% if user.roles.ROLE_SUPERADMIN is defined %}
{{ include('partials/user/user-employment-details.html.twig', {mode: 'view'}) }}
{{ include('partials/user/user-files.html.twig', {mode: 'view'}) }}
{% endif %}
{{ include('partials/user/work-contact-details.html.twig', {mode: 'view'}) }}
{% if user.roles.ROLE_SUPERADMIN is defined %}
{{ include('partials/user/personal-contact-details.html.twig', {mode: 'view'}) }}
{{ include('partials/user/emergency-contact-details.html.twig', {mode: 'view'}) }}
{% endif %}