{% extends "base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% block title %}{{ block.super }}{% trans "Contact" %}{% endblock %} {% block splash %}
{% trans "You can reach out by this form, or through the email: " %}{{contact_email}}