diff --git a/bookwyrm/templates/book/book_identifiers.html b/bookwyrm/templates/book/book_identifiers.html
index d71ea409..6021d243 100644
--- a/bookwyrm/templates/book/book_identifiers.html
+++ b/bookwyrm/templates/book/book_identifiers.html
@@ -1,5 +1,4 @@
{% spaceless %}
-
{% load i18n %}
+
+
+
- {% trans "Visible:" %}
+ -
+ {% if announcement in active_announcements %}
+ {% trans "True" %}
+ {% else %}
+ {% trans "False" %}
+ {% endif %}
+
+
+
+ {% if announcement.start_date %}
+
+
- {% trans "Start date:" %}
+ - {{ announcement.start_date|naturalday }}
+
+ {% endif %}
+
+ {% if announcement.end_date %}
+
+
- {% trans "End date:" %}
+ - {{ announcement.end_date|naturalday }}
+
+ {% endif %}
+
+
+
- {% trans "Active:" %}
+ - {{ announcement.active }}
+
+
+
+
+
{% include 'snippets/announcement.html' with announcement=announcement pressed=True %}
diff --git a/bookwyrm/templates/settings/announcement_form.html b/bookwyrm/templates/settings/announcement_form.html
index 5c05b995..4e2e8f32 100644
--- a/bookwyrm/templates/settings/announcement_form.html
+++ b/bookwyrm/templates/settings/announcement_form.html
@@ -6,67 +6,63 @@
{% endblock %}
{% block form %}
-