{% extends "webpage/base.html" %} {% load static %} {% load django_tables2 %} {% block title %} {{ object }} {% endblock %} {% block scriptHeader %} {{ block.super }} {% if tei %} {% endif %} {% if iiif %} {% endif %} {% endblock scriptHeader %} {% block content %}
| Titel | {{ object.name }} |
|---|---|
| Labels |
{% for x in no_merge_labels %}
|
| ID | {{ object.id }} |
| Type | {{ object.kind}} |
| Date | {% if object.start_date_written %} {{ object.start_date_written }} {% endif %} {% if object.end_date %} - {{ object.end_date_written }} {% endif %} |
| Lat/Lng | {{ object.lat }} / {{ object.lng }} |
| Collection(s) |
{% for x in object.collection.all %}
|
|---|---|
| Uri(s) |
{% for x in object.uri_set.all %}
{{ x }} {% endfor %} |
| Notes | {{ object.notes }} |
| References | {{ object.references }} |