{% extends "web/base.html" %} {% load i18n %} {% block page_title %}

← {% translate "Back to authors" %}

{{ block.super }}
{% for name in author_names %} {{ name.name }} {{ name.language__code }} {% endfor %}
{% if author.tlg_id %}
{% translate "TLG" %}
{% endif %} {% with alternative_urns=author.alternative_urns.all %} {% if alternative_urns %} {% for alternative_urn in alternative_urns %}
{% translate "URN" %}
{% endfor %} {% endif %} {% endwith %}
{% endblock page_title %} {% block content %}

{% translate "Passages" %}

{% endblock %}