{% load filters i18n %}
    {% if entity.instanceOf|length > 1 %} {% for claim in entity.instanceOf %} {% if claim.object.identifier != 'Q173167' %}
  • {{ claim.object.label }}
  • {% endif %} {% endfor %} {% else %}
  • this item does not have any forms yet
  • {% endif %}

{{ entity.label }}

{% if entity.description %}

{{ entity.description }}

{% else %}

this item does not have a description yet

{% endif %}
{% for p in synthesis_properties %}
{{ p.0 }}
    {% for claim in entity|get:p.0 %} {% if claim.type == 'wikibase-item' %}
  • {{ claim.object.label }}
  • {% else %}
  • {% if claim.text|isDate %} {{ claim.text|asDate }} {% else %} {{ claim.text|urlize }} {% endif %}
  • {% endif %} {% endfor %}
{% endfor %}