{% extends 'base.html' %} {% load widget_tweaks %} {% block title %} Academic Term {% endblock title %} {% block breadcrumb %} Add new term {% endblock breadcrumb %} {% block content %}
{% for object in object_list %} {% endfor %}
{{ object }} {% if object.current == True %} Current {% endif %}
{% endblock content %}