{% extends "base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% block title %}{{ block.super }} :: Contact{% endblock %} {% block splash %}

{% trans "Submitter Contact" %}

{% endblock splash %} {% block navbar-left %} {% include "_navbar.html" with active_link="contact" %} {% endblock %} {% block page_title %} {% trans "Contact" %} {% endblock page_title %} {% block list_of_items %}

{% trans "Contact" %}

{% trans "This email will be sent to submitter of" %} {{ referenceURL }}

{% csrf_token %}
{{ form.subject | as_crispy_field}}
{{ form.message | as_crispy_field}}

{% endblock list_of_items %}