{% 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 "Actions" %} | {% trans "Enumeration type" %} | {% trans "Class" %} |
---|---|---|
|
{{ key|default_if_none:"-" }} | {{ list.0.getType }} |
- enumeration values was changed and this button allows to reset to default values;
- enumeration values are original, there is no reason to reset them;
{% else %}
{% trans "No scientists in OMERO." %}
{% endif %} {% endblock %}