{% extends 'aristotle_mdr/concepts/contentInfoBase.html' %} {% load humanize i18n %} {% load aristotle_tags util_tags %} {% block infoContent %}
{% include "aristotle_mdr/concepts/infobox.html" %}
{# Pre rendered content #} {% include "aristotle_mdr/concepts/visibilityInfoBar.html" %}

{% trans 'Definition'%} {% field_help_icon item 'definition' %}

{{ item.definition|bleach }}
{% block objSpecific %}{% endblock %} {% if item.comments %}

Comments {% field_help_icon item 'comments' %}

{{ item.comments|bleach }} {% endif %} {% if item.origin %}

Origin {% field_help_icon item 'origin' %}

{{ item.origin|bleach }} {% endif %} {% if item.references or item.metadatareferencelink_set.exists %}

References

{% if item.references %}

{{ item.references|bleach }}

{% endif %} {% if aristotle_cloud_is_active %} {% include "aristotle_cloud/concepts/helpers/reference_links_display.html" with item=item %} {% endif %}
{% endif %} {% if item.submitting_organizations %}

Submitting Organizations

{% for rec in item.submitting_organizations %} {% if rec.organization_record|can_view:request.user %}

{{ rec.organization_record.name }}

{% else %} {% endif %} {% endfor %} {% endif %} {% if item.responsible_organizations %}

Responsible Organizations

{% for rec in item.responsible_organizations %} {% if rec.organization_record|can_view:request.user %}

{{ rec.organization_record.name }}

{% else %} {% endif %} {% endfor %} {% endif %} {% if custom_values %} {% include 'aristotle_mdr/custom_fields/custom_fields_display.html' %} {% endif %} {% if 'aristotle_mdr.contrib.slots'|is_active_module %} {% include "aristotle_mdr/slots/slots_display.html" %} {% endif %}
{% if item.relational_attributes %}

Related content

{% for name, data in item.relational_attributes.items %} {% endfor %}
Relation Count
{{data.all}} {{data.qs.count}}
{% endif %} {% if 'aristotle_mdr_links'|is_active_extension and has_links %} {% include "aristotle_mdr/links/links_display.html" with links=links %} {% endif %} {% block relationships %} {% endblock %}
{% endblock %}