{% extends "admin/change_list.html" %}
{% load admin_list alphafilter %}
{% block extrastyle %}
{{block.super}}
{% include "alphafilter/alphafilter_styles.html" %}
{% endblock %}
{% block date_hierarchy %}{% date_hierarchy cl %}{% alphabet cl %}{% endblock %}