{% translate "Category unavailable" %}
{% translate "The journal could not load this category." %}
{% else %}{% bw_badge category_label variant="info" %}
{{ category_label }}
{{ category_description }}
{% endif %} {% endblock %} {% block content %} {% if category_state == "empty" %} {% include "brickwork/components/_empty_state.html" with heading="No published pieces yet" body="This category has nothing live in the journal right now. Browse other categories from the rail, or check back after the next issue." icon="document" action_href="/journal/" action_label="Back to the journal" %} {% elif category_state == "error" %} {% bw_alert "The journal could not load this category. Retry in a moment, or open another piece from the journal home." title="Could not load category" 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.author_name }} · · {{ article.reading_time }}