diff --git a/src/fellchensammlung/templates/fellchensammlung/instance-health-check.html b/src/fellchensammlung/templates/fellchensammlung/instance-health-check.html
index 5ef55e6..ec1be6f 100644
--- a/src/fellchensammlung/templates/fellchensammlung/instance-health-check.html
+++ b/src/fellchensammlung/templates/fellchensammlung/instance-health-check.html
@@ -1,12 +1,11 @@
-{% extends "fellchensammlung/base_generic.html" %}
+{% extends "fellchensammlung/base_bulma.html" %}
{% load i18n %}
{% block title %}
-
{% translate "Instanz-Check" %}
- {% if missing_texts|length > 0 %}
-
{% trans "Fehlende Texte" %}
-
+
{% translate "Instanz-Check" %}
+ {% if missing_texts|length > 0 %}
+
{% trans "Fehlende Texte" %}
+
{% translate "Text Code" %} |
@@ -19,14 +18,14 @@
{% endfor %}
-
- {% else %}
-
{% translate "Texte scheinen vollständig" %}
- {% endif %}
+
+ {% else %}
+
{% translate "Texte scheinen vollständig" %}
+ {% endif %}
-
{% trans "Zeitstempel" %}
- {% if timestamps|length > 0 %}
-
+
{% trans "Zeitstempel" %}
+ {% if timestamps|length > 0 %}
+
{% translate "Key" %} |
@@ -41,79 +40,81 @@
{% endfor %}
-
- {% else %}
-
{% translate "Keine Zeitstempel geloggt." %}
- {% endif %}
+
+ {% else %}
+
{% translate "Keine Zeitstempel geloggt." %}
+ {% endif %}
-
{% translate "Nicht-lokalisierte Vermittlungen" %}
- {% if number_not_geocoded_adoption_notices > 0 %}
-
- {{ number_not_geocoded_adoption_notices }}/{{ number_of_adoption_notices }}
-
-
- {% else %}
-
{{ number_not_geocoded_adoption_notices }}/{{ number_of_adoption_notices }}
- {% endif %}
+
{% translate "Nicht-lokalisierte Vermittlungen" %}
+ {% if number_not_geocoded_adoption_notices > 0 %}
+
+ {{ number_not_geocoded_adoption_notices }}/{{ number_of_adoption_notices }}
+
+
+ {% else %}
+
{{ number_not_geocoded_adoption_notices }}/{{ number_of_adoption_notices }}
+ {% endif %}
-
{% translate "Nicht-lokalisierte Tierschutzorganisationen" %}
- {% if number_not_geocoded_rescue_orgs > 0 %}
-
- {{ number_not_geocoded_rescue_orgs }}/{{ number_of_rescue_orgs }}
-
-
- {% else %}
-
{{ number_not_geocoded_rescue_orgs }}/{{ number_of_rescue_orgs }}
- {% endif %}
+
{% translate "Nicht-lokalisierte Tierschutzorganisationen" %}
+ {% if number_not_geocoded_rescue_orgs > 0 %}
+
+ {{ number_not_geocoded_rescue_orgs }}/{{ number_of_rescue_orgs }}
+
+
+ {% else %}
+
{{ number_not_geocoded_rescue_orgs }}/{{ number_of_rescue_orgs }}
+ {% endif %}
-
{% translate "Nicht-geprüfte Vermittlungen" %}
- {% if number_unchecked_ans > 0 %}
-
- {{ number_unchecked_ans }}
-
-
- {% else %}
-
{{ number_unchecked_ans }}
- {% endif %}
+
{% translate "Nicht-geprüfte Vermittlungen" %}
+ {% if number_unchecked_ans > 0 %}
+
+ {{ number_unchecked_ans }}
+
+
+ {% else %}
+
{{ number_unchecked_ans }}
+ {% endif %}
-