{% extends "Students/studentbase.html" %} {% block content %}
{% include 'includes/information_window.html' %}
{% if show_pie %}
{% endif %}
{% if show_graph %}
{% endif %}
{% if show_stacked %}
{% endif %}
{% if show_data %}
{% endif %}
{% if show_rep %}
{% endif %}
{% if show_math %}
{% endif %}
{% endblock %}