{% translate "Passages" %}
-
{% for passage in passages %}
- {{ passage }} {% endfor %}
{% translate "Scholia" %}
-
{% for scholium in scholia %}
- {{ scholium }} {% endfor %}
{% translate "Birth place of" %}
-
{% for author_born_at in authors_born_at %}
- {{ author_born_at.names.first.name }} {% endfor %}
{% translate "Death place of" %}
-
{% for author_died_at in authors_died_at %}
- {{ author_died_at.names.first.name }} {% endfor %}