{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags util_tags %} {% block title %}{{ item.name }} {% if item.symbol %}({{ item.symbol }}){% endif %} {% endblock %} {% block asideContent %}
Measures
{% if item.measure %} {{ item.measure.name }} {% else %} None {% endif %}
{% if item.symbol %}
Symbol
{{ item.symbol }}
{% endif %} {% endblock %} {% block objSpecific %} {% if item.measure %}

Measure information - {{ item.measure.name }}

{{ item.measure.definition|bleach }}
{% endif %} {% endblock %}