{% extends "aristotle_mdr/organization/registration_authority/base.html" %} {% load aristotle_tags util_tags %} {% load aristotle_search_tags %} {% load bootstrap3 %} {% block racontent %}
Data dictionary
{{ filter.form.errors }}
{% if not_all_selected %}

Data dictionary for {{item.stewardship_organisation.name}}/{{ item.name }} (Registration Authority).

{% else %}

Data dictionary for {{item.stewardship_organisation.name}}/{{ item.name }} (Registration Authority) showing concepts registered as {{status|search_state_to_text }} on .

{% endif %}
Select a different date or registration status. You can also jump to metadata starting with a certain letter.
{{ filter.form.registration_date }}
{{ filter.form.status }}
{{ filter.form.letter }}
{% if not_all_selected %}
Please select both filters.
{% else %} {% include "aristotle_mdr/helpers/paginator.html" with page=page_obj %} {% if object_list %} {% for concept, status in concepts.items %} {% endfor %}
Concepts
{% downloadMenu item %}
Name {{ filter.form.concept_type }} Definition Registered from Registered until
{{ concept.name }} {{ concept.item.get_verbose_name }} {{ concept.short_definition | safe }} {{ status.registrationDate }} {{ status.until_date|default_if_none:"--" }}
{% include "aristotle_mdr/helpers/paginator.html" with page=page_obj %} {% else %}
There were no concepts with your chosen filters.
{% endif %} {% endif %}
{% endblock %}