{% extends "responsive_dashboard/dashlet.html" %} {% load admin_urls %} {% block dashlet_body %} {% for header in headers %} {% endfor %} {% for result in results %} {% for field in result %} {% endfor %} {% endfor %}
{{ header|capfirst }}
{% if forloop.first and first_column_is_link %}{% endif %} {{ field }} {% if forloop.first and first_column_is_link %}{% endif %}
{% endblock %} {% block dashlet_footer %} {% if show_add %} +Add {{ opts.verbose_name }} {% endif %} {% if show_change %} Change {{ opts.verbose_name_plural }} {% endif %} {% if show_custom_link %} {{ custom_link_text }} {% endif %} {% for key, link in extra_links %} {% endfor %} {% endblock %}