{% load static %} {% block title %}PassMCQ Dashboard{% endblock %} {% block scriptcode %} {% endblock scriptcode %}
{% include "dashboard/include/header.html" %} {% include "dashboard/include/alert_modal.html" %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %}
{% block content %} {% endblock %}
{% include "dashboard/include/mobile_nav.html" %} {% block script_link %}{% endblock %}