{% extends "fluentcms_contactform/forms/base.html" %} {% load i18n crispy_forms_tags %} {% comment %} As the default DefaultContactForm is properly configured, this suffices: {% endcomment %} {% block form_tag %} {% crispy form %} {% endblock %}