{% extends "responsive_dashboard/dashlet.html" %} {% load admin_urls %} {% block dashlet_header %} {% if show_add %} {{ opts.verbose_name }} {% elif show_change %} {{ opts.verbose_name }} {% elif show_custom_link %} {{ custom_link_text }} {% endif %} {% endblock %} {% block dashlet_body %}
{{ header|capfirst }} | {% endfor %}
---|
{% if forloop.first and first_column_is_link %}{% endif %} {{ field }} {% if forloop.first and first_column_is_link %}{% endif %} | {% endfor %}