{% extends "admin/index.html" %} {% load i18n %} {% block extrastyle %} {% endblock %} {% block content %}

Scheduling

Download .xls Import .xls

School Year - (Add year)
Recent years {% for year in years %} {% endfor %} {% if years.more %} {% endif %}
{{ year }} Edit
Search

Marking Periods - (Add MP)
Recent marking periods {% for mp in mps|slice:":3" %} {% endfor %} {% for mp in mps|slice:"3:" %} {% endfor %} {% if mps.more %} {% endif %}
{{ mp }} Edit
...More Search

Periods - (Add Period)
Recent periods {% for period in periods|slice:":6" %} {% endfor %} {% for period in periods|slice:"6:" %} {% endfor %} {% if periods.more %} {% endif %}
{{ period }} Edit
...More Search

Courses - (Add Course)
Recent courses {% for course in courses|slice:":6" %} {% endfor %} {% for course in courses|slice:"6:" %} {% endfor %} {% if courses.more %} {% endif %}
{{ course }} Edit
...More.Search
{% endblock %}