{% extends "aristotle_mdr/downloads/html/inline/managedContent.html" %} {% load aristotle_tags util_tags %} {% 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 %}
Metadata items in this Data Set Specification
{% include "aristotle_dse/downloads/html/helpers/inclusions.html" with item=item %}
{% endblock %}