| title | {{ds.title}} |
| description | {{ds.description}} |
| url | {{ds.url}} |
| domain_text | {{ds.domain_text}} |
| primary_periods_text | {{ds.primary_periods_text}} |
| college_periods_text | {{ds.college_periods_text}} |
| highschool_periods_text | {{ds.highschool_periods_text}} |
| primary_themes_text | {{ds.primary_themes_text}} |
| college_themes_text | {{ds.college_themes_text}} |
| highschool_themes_text | {{ds.highschool_themes_text}} |
| town_text | {{ds.town_text}} |
| format | {{ds.format}} |
| original_creation_date | {{ds.original_creation_date}} |
| original_modification_date | {{ds.original_modification_date}} |
| modification_datetime | {{ds.modification_datetime}} |
| validation_date | {{ds.validation_date}} |
| validated | {{ds.validated}} |
| validator | {{ds.validator}} |
| tag_list | {{ds.tag_list}} |
| tags |
| id |
label |
{% comment %}original_label | {% endcomment %}
alias |
wikipedia_url |
url_status |
dbpedia_uri |
wikipedia_activated |
{% for t in ds.tags.all %}
| {{t.label}} | {{t.label}} |
{% comment %}{{t.original_label}} | {% endcomment %}
{{t.alias}} |
{{t.wikipedia_url}} |
{{t.url_status}} |
{{t.dbpedia_uri}} |
{{t.wikipedia_activated}} |
{% comment %}
| original_order | {{t.original_order}} |
| order | {{t.order}} |
| index_note | {{t.index_note}} |
| categories | {{t.categories}} |
{% endcomment %}
{% endfor %}
|
{% endblock %}