{% load static %} Rapha-Bethel BNPS Home {% if user.is_authenticated %} Dashboard {{ user.get_full_name|default:user.username }} {% if user.staff_profile %} {{ user.staff_profile.get_role_display }} {% elif user.user_type %} {{ user.get_user_type_display }} {% endif %} Admin {% csrf_token %} Logout {% else %} Login {% endif %}