{% extends "base.html" %} {% load i18n %} {% load txcommontags %} {% block title %}{{ block.super }} | {% trans "Contact us" %}{% endblock %} {% block breadcrumb %}{{ block.super }} » {% trans "Contact us" %}{% endblock %} {% block content_title %}

{% trans "Let us know what you think!" %}

{% endblock %} {% block body %}

{% trans "We'd like to make this web service as useful as possible for our users. If you have any feedback to provide, please do so!" %}

{% if form_message %}

{{ form_message }}

{% endif %}
{% form_as_table_rows form %}

{% endblock %}