{% if request.user.is_apply_staff %} {% include "navigation/primarynav-apply-item.html" with name="My dashboard" url="dashboard:dashboard" %} {% include "navigation/primarynav-apply-item.html" with name="Submissions" url="funds:submissions:overview" %} {% include "navigation/primarynav-apply-item.html" with name="Projects" url="apply:projects:overview" %} {% elif request.user.is_finance %} {% include "navigation/primarynav-apply-item.html" with name="My dashboard" url="dashboard:dashboard" %} {% include "navigation/primarynav-apply-item.html" with name="Projects" url="apply:projects:overview" %} {% else %} {% include "navigation/primarynav-apply-item.html" with name="My dashboard" url="dashboard:dashboard" %} {% endif %}