{% extends "aristotle_mdr/downloads/html/managedContent.html" %} {% load aristotle_tags util_tags %} {% block title %}{{ item.name }} ({{item.status}}){% endblock %} {% block objSpecific %} {% if item.collection_method or item.statistical_unit %}
Collection and usage information
{% if item.statistical_unit %} Statistical Unit
{% include "aristotle_mdr/helpers/itemLink.html" with item=item.statistical_unit showType=False %}
{% endif %} {% if item.collection_method %} Collection Method
{{ item.collection_method | bleach }}
{% endif %}
{% endif %} {% if item.data_elements.exists or item.clusters.exists %}
Metadata items in this Data Set Specification
{% for node, depth in tree_values %} {% if depth > 0 %} {% comment %} {% endcomment %} {% endif %} {% endfor %}
Ref Metadata item Inclusion #
{{ node.relation_data.reference|default:"-" }}
{{ node.data.name }}
{% if node.relation_data.specific_information %}
Specific Information
{{ node.relation_data.specific_information|bleach }}
{% endif %} {% if node.relation_data.conditional_information %}
Conditional Information
{{ node.relation_data.conditional_information|bleach }}
{% endif %}
{{ node.relation_data.inclusion }} {{ node.relation_data.maximum_occurrences }}
Ref Metadata item Inclusion #
{% endif %} {% endblock %}