{% extends "admin/change_list.html" %} {% load adminmedia i18n %} {% block breadcrumbs %} {% if not is_popup %}
{% if hasprev %} {{ period.prev }} {{ period.prev.start.year }}{% endif %} {{ period.start|date:"F Y" }} {% if hasnext %}{{ period.next }} {{ period.next.start.year }}{% endif %}