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