No request types found in database.
{% else %}
| Request Type | Enabled | Relevant Managers |
|---|---|---|
| {{ type.name }} | {% if type.enabled %} |
{% for pos in type.managers.all %} {% if forloop.counter > 1 %}, {% endif %} {{ pos.title }} {% if pos.incumbent %} ({{ pos.incumbent }}) {% else %} (No incumbent) {% endif %} {% endfor %} |