{% extends 'ndr/base.html' %} {% load crispy_forms_tags %} {% load i18n %} {# block page_title #} {# endblock #} {# block content #} {# endblock #} {% block generated_content %}

{% translate 'Fill in the form below to contact us with any queries.' %}

{% include 'ndr_core/messages.html' %} {% crispy form %}
{% endblock %}