{% extends "aristotle_mdr/downloads/html/managedContent.html" %} {% load aristotle_tags %} {% block objSpecific %}

Derivation

{{ item.derivation_rule }} {% if options.include_supporting %}
Derived Data Element
{% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=item.derives %}
Input Data Elements
{% for de in item.inputs.all|can_view_iter:user %}
{% include "aristotle_mdr/downloads/html/helpers/inlineDetails.html" with item=de skip_can_view=True %}
{% empty %}
None
{% endfor %}
{% endif %} {% endblock %}