{% load django_tables2 %}
{% block info-table %} {% if object.start_date or object.end_date %} {% endif %} {% if object.lat %} {% endif %}
Titel {{ object.name }}
Labels {% for x in no_merge_labels %}
  • {{ x.label_type }}: {{ x.label }}
  • {% endfor %}
    ID {{ object.id }}
    Titles {% for x in titles %}
  • {{ x }}
  • {% endfor %}
    Date {% if object.start_date_written %} {{ object.start_date_written }} {% endif %} {% if object.end_date %} - {{ object.end_date_written }} {% endif %}
    Notes {{ object.notes }}
    References {{ object.references }}
    Lat/Lng {{ object.lat }} / {{ object.lng }}
    {% endblock info-table %} {% block info-metadata %} {% if object.notes %} {% endif %} {% if object.references %} {% endif %}
    Collection(s) {% for x in object.collection.all %}
  • {{ x }}
  • {% endfor %}
    Uri(s) {% for x in object.uri_set.all %} {{ x }}
    {% endfor %}
    Notes {{ object.notes }}
    References {{ object.references }}
    {% endblock info-metadata %} {% block left-pane-additional %} {% endblock left-pane-additional %}
    {% block relations %} {% for obj in right_card %} {% if obj.1.data|length > 0 %}

    {{ obj.0 }}

    {% render_table obj.1 %}
    {% endif %} {% endfor %} {% endblock relations %}
    {% if object.text.all %}
    {% for x in object.text.all %} {% if x.text %} {% endif %} {% endfor %}
    {% else %}
    No text provided for this {{entity}}
    {% endif %} {% if iiif %}
    {% endif %}