{% extends "responsive_dashboard/dashlet.html" %} {% load admin_urls %} {% block dashlet_header %} {{ title }} {% endblock %} {% block dashlet_body %} {% for ct in content_types %} {% if ct.change_url %} {% endif %} {% endfor %}
{{ ct|capfirst }} Edit
{% endblock %}