diff --git a/bookwyrm/templates/author/author.html b/bookwyrm/templates/author/author.html index 9b3c637e..f4f308f2 100644 --- a/bookwyrm/templates/author/author.html +++ b/bookwyrm/templates/author/author.html @@ -27,10 +27,10 @@ {% if author.aliases or author.born or author.died or author.wikipedia_link or author.openlibrary_key or author.inventaire_id %}
-
+
{% if author.aliases %} -
+
{% trans "Aliases:" %}
{% for alias in author.aliases %}
@@ -39,14 +39,16 @@ {% endfor %}
{% endif %} + {% if author.born %} -
+
{% trans "Born:" %}
{{ author.born|naturalday }}
{% endif %} + {% if author.died %} -
+
{% trans "Died:" %}
{{ author.died|naturalday }}
@@ -54,7 +56,7 @@
{% if author.wikipedia_link %} -

+

{% trans "Wikipedia" %} @@ -62,7 +64,7 @@ {% endif %} {% if author.openlibrary_key %} -

+

{% trans "View on OpenLibrary" %} @@ -70,7 +72,7 @@ {% endif %} {% if author.inventaire_id %} -

+

{% trans "View on Inventaire" %} @@ -78,7 +80,7 @@ {% endif %} {% if author.librarything_key %} -

+

{% trans "View on LibraryThing" %} @@ -86,7 +88,7 @@ {% endif %} {% if author.goodreads_key %} -

+

{% trans "View on Goodreads" %}