{% extends 'spa.html' %} {% load staticfiles %} {% load compress %} {% block extra_head %} {% endblock %} {% block title %} Grades - {{ object }} {% endblock %} {% block content %}
Select school year: {% for year in school_years %} {{ year }} {% endfor %}