{% extends "admin/date_hierarchy.html" %} {% load i18n %} {% block date-hierarchy-choices %} {% for choice in choices %} {{ choice.title }} {% endfor %} {% translate "Go" %} {% endblock %}