{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block extra_scripts %} {{ form.media }} {% endblock %} {% block title %} Contact {% endblock %} {% block content %}
{% with form.helper as helper %} {% crispy form helper %} {% endwith %} {% endblock %}