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

{% trans "Server Error." %} (500)

{% trans "There's been an error. Please give us feedback to help to improve the OMERO applications. Thanks for your patience." %}

{% 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 %}