Note: Due to their fundamental nature, measures are unmanaged and do not need to be registered. Instead they are controlled by the registry administrators.
For more information, see ISO/IEC 11179-3:2013, section 11.4 "Measurement metamodel region".
{% if item.unitofmeasure_set.all %}
Units of Measure using this measure
{% for uom in item.unitofmeasure_set.all|can_view_iter:request.user %}
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=uom skip_can_view=True %}