{% extends "admin/change_list.html" %}
{% load i18n static %}
{% block extrastyle %}
{{ block.super }}
{# Add the existing Django stylesheet for the Calendar widget #}
{# Add the styling for the date range form #}
{% endblock %}
{% block extrahead %}
{{ block.super }}
{# Add the existing Django shortcuts and calendar widget #}
{% endblock %}