{% extends "docbow/base_user.html" %} {% load i18n %} {% load uni_form_tags %} {% block title %} Contact {% endblock %} {% block main-column %} {% with form.helper as helper %} {% uni_form form helper %} {% endwith %} {% endblock %}