{% load static %} {% load widget_tweaks %}

Let us know how we can help. Please fill in the information below and click on "File a report". We will direct your query to the appropriate representative in your region who will contact you as soon as possible.

{% csrf_token %}
{% render_field help_form.username class="form-control" id="FormControlInput1" %}
{% render_field help_form.what_i_did class="form-control" id="FormControlInput1" %}
{% render_field help_form.what_i_expected_to_happen class="form-control" id="FormControlInput1" %}
{% render_field help_form.what_actually_happened class="form-control" id="FormControlInput1" %}
{% render_field help_form.anything_else class="form-control" id="FormControlTextarea1" rows="3" %}
{% if message %}

{{ message }}

{% endif %} {% if pending_help or open_help %}

There is already {% if pending_help %}a pending {% else %} an open{% endif %} inquiry.

{% endif %}