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