{% extends "base_error.html" %} {% load i18n %} {% block content %}

{% trans "Comment." %}

{% trans "Thank you for taking the time to send us your comments. Your feedback will be used to further the development of the OMERO.web and improve our software. Any personal details you provide are purely optional, and will only be used for development purpose." %}

{% if error %}{% endif %}
{% for field in form %} {% endfor %}
{{ field.label_tag }}{% if field.field.required %}*{% endif %} {{ field }}{% if field.errors %}{{ field.errors }}{% endif %}
{{ field.help_text|safe }}
{% endblock %}