{% extends "base.html" %} {% load crispy_forms_tags %} {% load static %} {% block content %}
{% csrf_token %} {% crispy formset helper %}
{% endblock %}