diff --git a/bookwyrm/templates/snippets/status/status_header.html b/bookwyrm/templates/snippets/status/status_header.html
index 6d94bbe2..3b46b9ce 100644
--- a/bookwyrm/templates/snippets/status/status_header.html
+++ b/bookwyrm/templates/snippets/status/status_header.html
@@ -41,54 +41,54 @@
{% elif status.reply_parent %}
{% with parent_status=status|parent %}
- {% blocktrans with username=parent_status.user.display_name user_path=parent_status.user.local_path status_path=parent_status.local_path %}replied to {{ username}}'s status{% endblocktrans %}
- {% endwith %}
- {% endif %}
-
- {% if status.book %}
- {% if status.status_type == 'GeneratedNote' or status.status_type == 'Rating' %}
- {{ status.book|title }}{% if status.status_type == 'Rating' %}:
-
-
-
-
- {% if status.book %}
- {% if status.status_type == 'GeneratedNote' or status.status_type == 'Rating' %}
- {{ status.book|title }}{% if status.status_type == 'Rating' %}:
-
-
-
-
- {# @todo Is it possible to not hard-code the value? #}
-
-
-
- {% include 'snippets/stars.html' with rating=status.rating %}
- {% endif %}
- {% else %}
- {% include 'snippets/book_titleby.html' with book=status.book %}
- {% endif %}
- {% elif status.mention_books %}
-
- {{ status.mention_books.first.title }}
-
- {% endif %}
- {% include 'snippets/stars.html' with rating=status.rating %}
- {% endif %}
- {% else %}
- {% include 'snippets/book_titleby.html' with book=status.book %}
+ {% blocktrans with username=parent_status.user.display_name user_path=parent_status.user.local_path status_path=parent_status.local_path %}replied to {{ username}}'s status{% endblocktrans %}
+ {% endwith %}
+ {% endif %}
+
+ {% if status.book %}
+ {% if status.status_type == 'GeneratedNote' or status.status_type == 'Rating' %}
+ {{ status.book|title }}{% if status.status_type == 'Rating' %}:
+
+
+
+
+ {% if status.book %}
+ {% if status.status_type == 'GeneratedNote' or status.status_type == 'Rating' %}
+ {{ status.book|title }}{% if status.status_type == 'Rating' %}:
+
+
+
+
+ {# @todo Is it possible to not hard-code the value? #}
+
+
+
+ {% include 'snippets/stars.html' with rating=status.rating %}
+ {% endif %}
+ {% else %}
+ {% include 'snippets/book_titleby.html' with book=status.book %}
+ {% endif %}
+ {% elif status.mention_books %}
+
+ {{ status.mention_books.first.title }}
+
+ {% endif %}
+ {% include 'snippets/stars.html' with rating=status.rating %}
+ {% endif %}
+ {% else %}
+ {% include 'snippets/book_titleby.html' with book=status.book %}
+ {% endif %}
+ {% elif status.mention_books %}
+ {{ status.mention_books.first|title }}
{% endif %}
- {% elif status.mention_books %}
- {{ status.mention_books.first|title }}
- {% endif %}