diff --git a/app/statistic/templates/statistic/overview_clean.html b/app/statistic/templates/statistic/overview_clean.html new file mode 100644 index 0000000..c1d02a5 --- /dev/null +++ b/app/statistic/templates/statistic/overview_clean.html @@ -0,0 +1,388 @@ +{% extends "base.html" %} +{% load static %} + +{% block head_title %}Statistik - Fallen Birdy{% endblock %} + +{% block header %} + +{% endblock %} + +{% block content %} +
dieses Jahr ({{ current_year }})
+dieses Jahr ({{ current_year }})
+seit Beginn der Aufzeichnungen
++ {% if total_patients > 0 %} + ({{ group.count }}/{{ total_patients }} = + {% widthratio group.count total_patients 100 %}%) + {% endif %} +
+Es wurden noch keine Patienten erfasst.
+Für dieses Jahr wurden noch keine Fundumstände dokumentiert.
+Es wurden noch keine Fundumstände dokumentiert.
+dieses Jahr ({{ current_year }})
+aktuell aktive Fälle
+ausgewildert & übermittelt
+seit Beginn der Aufzeichnungen
++ {% if total_patients > 0 %} + ({{ total_rescued|floatformat:0 }}/{{ total_patients }} = + {% widthratio total_rescued total_patients 100 %}%) + {% endif %} +
+Es wurden noch keine Patienten erfasst.
+