{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags %} {% block objSpecific %} {% if item.indicatorinclusion_set.exists %}

Indicators:

{% for inc in item.indicatorinclusion_set.all %} {% endfor %}
Name Indicator
{{inc.name}} {% include "aristotle_mdr/helpers/itemLink.html" with item=inc.indicator showType=False skip_can_view=True %}
    {% for oa in inc.indicator.outcome_areas.all %}
  • {% include "aristotle_mdr/helpers/itemLink.html" with item=oa showType=False skip_can_view=True %}
  • {% endfor %}
{% endif %} {% endblock %}