{% extends "aristotle_mdr/unmanagedContent.html" %} {% load aristotle_tags %} {% block title %}{{ item.name }} {% endblock %} {% block objSpecific %}

The following list gives a desciption of the context of the 11179-6 status levels according to this Registration Authority.

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