{% include 'noscript/_nav.html' %}

All Authors

Showing {{ authors|length }} author{% if authors|length != 1 %}s{% endif %}
{% for author in authors %} {% endfor %}
ID Name Lifespan Books
{{ author.id }} {{ author.name }} {% if author.birth_year or author.death_year %} {% if author.birth_year %}{{ author.birth_year }}{% endif %} {% if author.birth_year or author.death_year %} - {% endif %} {% if author.death_year %}{{ author.death_year }}{% endif %} {% else %} - {% endif %} {{ author_book_counts[author.id] }}