| 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] }} |