{% load admin_ui %} {% get_admin_ui_tweaks as admin_ui_tweaks %} {% if show %}
{% block date-hierarchy-toplinks %} {% block date-hierarchy-back %} {% if back %} ‹ {{ back.title }} {% endif %} {% endblock %} {% block date-hierarchy-choices %} {% for choice in choices %} {{ choice.title }} {% endfor %} {% endblock %} {% endblock %}
{% endif %}