{% extends "responsive_dashboard/dashlet.html" %} {% load admin_urls %} {% block content %}
{{ title }}
{% 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 %}