{% extends "team_base.html" %} {% block title %}Schichtdetails{% endblock %} {% block content %} {{ shift.room.name }} {{ shift.start_at }}({{ shift.shiftregistration_set.count }}/{{ shift.room.required_helpers }})

Helfer

{% csrf_token %} {% for field in add_helper_form %}
{% if field.widget_type == 'checkbox' %}
{% else %}
{{ field }}
{% endif %} {% if field.help_text %}

{{ field.help_text }}

{% endif %}
{% endfor %}
{% endblock %}