{% load filters i18n %}

{{ entity.label }} {% if entity.instanceOf|length > 0 %}
    {% for claim in entity.instanceOf %} {% if claim.object.identifier != 'Q173167' %}
  • {{ claim.object.label }}
  • {% endif %} {% endfor %}
{% endif %}

{% if entity.contributors|length > 0 %} {% else %} (this item does not have any authors yet) {% endif %} {% if entity.description %}

{{ entity.description }}

{% else %}

{% translate "(this item does not have a description yet)" %}

{% endif %}