{% extends "layout.html" %} {% load static from staticfiles %} {% load i18n %} {% block content %} {% trans 'Contact' %} {% csrf_token %} {% with form=form %} {% include 'bootstrap_form.html' %} {% endwith %} {% trans 'Submit' %} {% endblock %}