{% load util_tags %} {% load aristotle_tags %}
{{ item.definition|striptags|bleach|truncatewords:50 }}

{% if item.item.dataElementConcept|can_view:request.user %}
Data Element Concept: {{item.item.dataElementConcept}}
{% endif %} {% if item.item.valueDomain|can_view:request.user %}
Value Domain: {{item.item.valueDomain}}
{% endif %}