{% extends "aristotle_mdr/organization/registration_authority/base.html" %} {% load aristotle_tags util_tags %} {% block racontent %}

Definition

Definition
{{ item.definition|bleach }}

The following list gives a description 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 %}