{% extends "Students/studentbase.html" %} {% block content %}
{% if show_pie %}
{% endif %}
{% if show_graph %}
{% endif %}
{% if show_stacked %}
{% endif %}
{% endblock %}