diff --git a/scheduler/templates/helpdesk_single.html b/scheduler/templates/helpdesk_single.html index badc98bd..410a9987 100644 --- a/scheduler/templates/helpdesk_single.html +++ b/scheduler/templates/helpdesk_single.html @@ -15,8 +15,8 @@

Dienstpläne für "{{ needs.0.location.name }}" am {{ needs.0.time_period_to

{{ need.topic.title }}

{{ need.topic.description }}
{% endifchanged %} -

von {{ need.time_period_from.date_time|date:"H" }} - - {{ need.time_period_to.date_time|date:"H" }} Uhr (benötigt: {{ need.slots }}/angemeldet: +

von {{ need.time_period_from.date_time|date:"H:i" }} - + {{ need.time_period_to.date_time|date:"H:i" }} Uhr (benötigt: {{ need.slots }}/angemeldet: {{ need.get_volunteer_total }})| Freiwillige:{% for volunteer in need.get_volunteers %} {{ volunteer.user.username }},{% endfor %}| {% if need.slots > need.get_volunteer_total %} Wird gebraucht