{% extends "webadmin/base.html" %} {% load i18n %} {% load markup %} {% load custom_tags %} {% block css %} {% endblock %} {% block title %}{% trans "Scientists" %}{% endblock %} {% block jscript %} {% endblock %} {% block content %}

{% trans "Enumerations" %}

{% if controller.enumsCount %}
Loading
{% for key, list in controller.enums.items %} {% endfor %}
{% trans "Actions" %} {% trans "Enumeration type" %} {% trans "Class" %}
edit {% if controller.check|hash:key %}ok{% else %}reset{% endif %}

admin - enumeration values was changed and this button allows to reset to default values;
guest - enumeration values are original, there is no reason to reset them;

{% else %}

{% trans "No scientists in OMERO." %}

{% endif %} {% endblock %}