{% if user.is_authenticated %}
Dashboard {% if user.is_superuser %} Dashboard Admin {% endif %} {% if perms.Base.view_bankaccount %} Client {% endif %} {% if perms.Base.view_bankaccount %} Prof {% endif %} {% if perms.Base.view_bankaccount %} MovCalendar {% endif %} {% if perms.Base.view_bankaccount %} MovProduct {% endif %} {% if perms.Base.view_bankaccount %} Despesas ou Creditos {% endif %}
{% endif %}