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

{{ title }}

{% for shift in object_list %} {% include "partials/shift_list_item.html" %} {% endfor %}
{% endblock %}