{% extends "base.html" %} {% load i18n %} {% block content %}
{% csrf_token %}
{% with form as form %} {% include "form.html" %} {% endwith %}
{% endblock %}