{% if item.questions > 0 %}
This data element is collected by the following questions, some question objects may be hidden based on your current permissions.
{% for q in item.questions|can_view_iter:user %}
{% include "aristotle_mdr/helpers/itemLink.html" with item=q %}
{% endfor %}
{% else %}
This data element is not related to any questions.
{% endif %}