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