{% extends "base.html" %} {% block title %}Team{% endblock %} {% block body %} {% for shift in shifts %} {% include 'partials/worklist_shift.html' %} {% endfor %} {% endblock %}