{{ slug }} — Meine Fälle

{% if is_admin %}{% endif %}
{% if undo_count > 0 %}
{{ undo_count }} zuletzt gelöschte(r) Fall(/Fälle).
{% endif %} {% if total == 0 %}

Keine Fälle.

{% else %}
{% for g in groups %}

{{ g.label }} ({{ g.cases.len() }})

{% endfor %}
Auswahl: {% if is_admin %}{% endif %}
{% endif %}