{% extends "base.html" %} {% load static %} {% block nav %} Questions Courses Quizzes Notifications {% if request.custom_notifications > 0 %} {{request.custom_notifications}} {% endif %} {{user.get_full_name|title}} My Profile {% if user.profile.is_moderator %} Switch To Student {% endif %} Change Password Logout {% endblock %} {% block content %}