{% for dssinc in item.dssclusterinclusion_set.all %}
{% include "aristotle_dse/downloads/pdf/helpers/inclusion_row.html" with inc=dssinc %}
{% endfor %}
{% endif %}
{% if item.dssdeinclusion_set.exists %}
Data Elements
{% for deinc in item.dssdeinclusion_set.all %}
{% include "aristotle_dse/downloads/pdf/helpers/inclusion_row.html" with inc=deinc %}
{% endfor %}
{% endif %}