{% extends "./base.html" %} {% block content %} {% load static %}
{% csrf_token %} {{ form }} {{ formset }}
{% endblock %}