{{ include('dashboard/template_parts/_sidebar.html.twig') }}
{% set loggedUser = app.user %} {% if loggedUser is not null %}
{{ loggedUser.fullName }}
Profile
Password change
Logout
{% else %}
Login
{% endif %}
{% set user = app.user %} {% if user is not null %} {% if user.isDisclaimer is null %} {% block disclaimer %}
Please accept the
disclaimer
.
{% endblock disclaimer %} {% endif %} {% endif %} {% block body %} {% endblock body %}
Ready to Leave?
×
Select "Logout" below if you are ready to end your current session.
{{ include('dashboard/template_parts/_footer.html.twig') }} {% block javascripts %} {% block datatable %} {% endblock datatable %} {% endblock javascripts %}