{% extends "aristotle_mdr/user/userHome.html" %} {% load i18n aristotle_tags util_tags %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='registrarTools' %} {% endblock %} {% block page %}

{{ item.stewardship_organisation.name }} / {% block title %}{{ item.name }}{% endblock %}

{% if is_manager %} Edit {% endif %} View public page {% if is_manager %} See members {% endif %}
Description
{{ item.definition|bleach }}
Status definitions

Click a status name to search for all metadata with that registration status.

{% for visiblity,descriptions in item.statusDescriptions %}
{{ visiblity|title }} {% if visiblity == "unlocked" %} {% elif visiblity == "locked" %} {% elif visiblity == "public" %} {% else %} {% endif %}
{% for val,state_name,text in descriptions %}
{{ state_name }}
{% if text %} {{ text | linebreaks }} {% else %} No description given {% endif %}
{% endfor %}
{% endfor %}
{% bootstrap_modal "ra_page_modal" size='lg' %} {% endblock %}