{% extends "./base_admin_list_filter.html" %} {% block choices_list %} {% for choice in choices %} {{ choice.display }} {% endfor %} {% endblock %} {% block after_choices %}
{{ title.date_format }}
{{ title.start_label }}
{{ title.end_label }}
{% endblock %} {% block javascript_code %} {% endblock %}