{% extends "webpage/base.html" %} {% load staticfiles %} {% load django_tables2 %} {% block title %} {{ object }} {% endblock %} {% block scriptHeader %} {{ block.super }} {% if tei %} {% endif %} {% if iiif %} {% endif %} {% endblock scriptHeader %} {% block content %}
Titel | {{ object.name }} |
---|---|
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 }} |