{% extends "base.html" %} {% set footnote_lut = dict() %} {% set footnotes = namespace(i=1) %} {%- from 'reporting/fragments/macros.html' import create_evidence_linklist with context -%} {%- from 'reporting/fragments/evidence.html' import create_evidence with context -%} {%- from 'reporting/fragments/religion.html' import create_religion with context -%} {%- from 'reporting/fragments/person.html' import create_person with context -%} {%- from 'reporting/fragments/timeline.html' import create_timeline with context -%} {% block title %}{{ place.name }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} Back to overview Table of Contents Back to top Religions Pieces of Evidence {%- if persons|length -%} Persons {%- endif -%} Timeline Sources How to Cite {{ place.name }} List of Pieces of Evidence Religions {% for religion in religions %} {{ create_religion(religion) }} {% endfor %} Pieces of Evidence {% for evidence in evidences %} {{ create_evidence(evidence, create_place_links=false) }} {% endfor %} {%- if persons|length -%} Persons {% for person in persons %} {{ create_person(person) }} {% endfor %} {%- endif -%} Timeline {{ create_timeline(time_data) }} {% if sources %} Sources {% for i, source in sources %} {{ source.short }} {{ source.name }} {{ source.source_type }} {{ create_evidence_linklist(source_evidence[source.id], before='', middle=' based on this source: ', after='') }} {% endfor %} {% endif %} How to Cite See "How to Cite" on parent page. {% endblock %}
{{ source.name }} {{ source.source_type }}
{{ create_evidence_linklist(source_evidence[source.id], before='', middle=' based on this source: ', after='') }}