diff --git a/templates/default/dashboard.html.twig b/templates/default/dashboard.html.twig
index 13c6057e..74d15789 100644
--- a/templates/default/dashboard.html.twig
+++ b/templates/default/dashboard.html.twig
@@ -23,7 +23,8 @@
{% include themedTemplate('book/_teaser.html.twig') with {book: bookInteraction.book} %}
-
{{ bookInteraction.book.serie }} {{ bookInteraction.book.serieIndex }} {{ bookInteraction.book.title }}
+
{{ bookInteraction.book.title }}
+
{{ bookInteraction.book.serie }} #{{ bookInteraction.book.serieIndex }}
{{ bookInteraction.readPages }}/{{ bookInteraction.book.pageNumber }}
@@ -44,7 +45,7 @@
{% if readlist|length>0 %}
{% for bookInteraction in readlist %}
-
+
{% include themedTemplate('book/_teaser.html.twig') with {book: bookInteraction.book} %}
{% endfor %}