{% translate "Author unavailable" %}
{% translate "The journal could not load this author." %}
{% else %}{% include "brickwork/components/_avatar.html" with initials=author_initials aria_label=author_name size="lg" %}
{{ author_name }}
{{ author_role }}
{{ author_bio }}
{% endif %} {% endblock %} {% block content %} {% if author_state == "empty" %} {% include "brickwork/components/_empty_state.html" with heading="No published pieces yet" body="This author has nothing live in the journal right now. Browse other writers from the journal home, or check back after the next issue." icon="document" action_href="/journal/" action_label="Back to the journal" %} {% elif author_state == "error" %} {% bw_alert "The journal could not load this author profile. Retry in a moment, or open another piece from the journal home." title="Could not load author" variant="danger" %} {% else %}{% blocktranslate count counter=articles|length trimmed %} {{ counter }} published piece {% plural %} {{ counter }} published pieces {% endblocktranslate %}
{% for article in articles %}{{ article.title }}
{{ article.snippet }}
{{ article.category_label }} · · {{ article.reading_time }}