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