{%- import "partials/oneliner.html" as ol -%} Doctate — Meine Fälle

{{ slug }} — Meine Fälle

{% if is_admin %}{% endif %}
{% if show_closed %} ← Nur offene Fälle anzeigen {% else %} Geschlossene Fälle einblenden {% endif %} {% if total == 0 %}

{% if show_closed %}Keine offenen oder geschlossenen Fälle.{% else %}Keine Fälle.{% endif %}

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

{{ g.label }}{{ g.open_count }}/{{ g.total_count }} Fälle

{% endfor %}
Auswahl: {% if is_admin %} {% endif %}
{% if show_closed && any_closed %}
Geschlossene Fälle:
{% endif %} {% endif %}