{% load aristotle_tags util_tags %} {% if skip_can_view or item|can_view:user %} {% if item %}
Name
{% include "aristotle_mdr/helpers/itemLink.html" with skip_can_view=True %}
{% firstof infobox_identifier_name "Item ID" %}
{{item.id}} {% if item.version %}v {{item.version}}{% endif %}
Definition
{{ item.definition | bleach }}
{% if statuses != False %}
Endorsed by
{% include "aristotle_mdr/downloads/html/helpers/statuses.html" with skip_can_view=True current_statuses=current_statuses %}
{% endif %}
{% endif %} {% else %} You dont have permission to view this item {% endif %}