{% load django_tables2 %}
Titel | {{ object.name }} |
---|---|
Labels |
{% for x in no_merge_labels %}
|
ID | {{ object.id }} |
Titles |
{% for x in titles %}
|
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 }} | {% endif %} {% if object.lat %}
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 }} |