{% extends "im/account_base.html" %} {% load astakos_tags i18n %} {% block page.title %}Contact{% endblock %} {% block body %}

{% trans "CONTACT US" %}

If you would like to contact us for any reason, please feel free to write
your message in the following form. Feedback and suggestions are
also highly appreciated.

{% csrf_token %} {% with feedback_form as form %} {% include "im/form_render.html" %} {% endwith %}
{% endblock body %}