{% extends "base_error.html" %} {% load i18n %} {% comment %} {% endcomment %} {% block title %} {% trans "OMERO.web - Help" %} {% endblock %} {% block body %}

{% trans "OMERO.web Help" %}

{% trans "You may find the following resources useful. If you have any further questions, comments or suggestions, please use the feedback form below." %}


{% trans "Send Feedback" %}

{% trans "OME's QA system records any problem or comment you have submitted, your email address, and the IP address you are currently using. We store this information in a password-protected system. If you'd prefer us not to hold this information, please don't submit any information to OME QA. Any feedback you provide will be used to further the development of the OMERO.web and improve our software." %}

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