{% extends "admin/base_site.html" %}{% load admin_modify admin_urls i18n static %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %} {% for key, value in ctx.items %} {% endfor %}
{{ key }}{{ value }}
{% endblock content %}