{% extends "team_base.html" %} {% block title %}Helferdetails{% endblock %} {% block content %}

{{ helper.name }}

Telefon: {{ helper.phone }}
Schichten
{% for reg in helper.shiftregistration_set.all %} {% include 'partials/shift_list_item.html' with shift=reg.shift %} {% endfor %}
{% endblock %}