{% extends "base.html" %} {% block title %}{{ section.title }} - Admin{% endblock %} {% block content %} {% block menu %} {% include "admin/_menu.html" %} {% endblock %}
{% csrf_token %} {% for field in form %} {% include "forms/_field.html" %} {% endfor %}
{% endblock %}