{% extends "w_base.html" %} {% load static from staticfiles %} {% load request_tags %} {% load bootstrap %} {% load workshift_tags %} {% block w_content %}
Workshift Pool | Managers | Hours |
---|---|---|
{{ pool.title }} | {% if pool.managers.count %} {% for pos in pool.managers.all %} {% if not forloop.first %}, {% endif %} {{ pos.title }} {% if pos.incumbent %} ({{ pos.incumbent }}) {% else %} (No incumbent) {% endif %} {% endfor %} {% endif %} | {{ pool.show_hours }} |