{% extends 'base.html' %}
{% load filters i18n %}
{% block title %}{{block.super}} ยท {{ entity.label }}{% endblock %}
{% block body_class %}
header-main
{% endblock %}
{# ========== BODY ========== #}
{% block body %}
{% include 'partials/nav.html' %}
{# --- ENTITY HEADER --- #}
{{ entity.description }} {% translate "(this item does not have a description yet)" %}
*
{% translate "This is a shallow copy. Lookup more data on Wikidata." %}
Wikidata description: {{ entity.description }} (this item does not have a description yet)
{% if instanceOf|length > 1 %}
{% for object in instanceOf %}
{% if object.identifier != 'Q173167' %}
{% elif 0 == entity.type %}
({% translate "Entity" %})
{% else %}
(Property)
Listing all values
{% endif %}
{{ entity.label }}
{# if its an item description here in big #}
{% if 0 == entity.type %}
{% if entity.description %}