{% extends "base.html" %} {% load static from staticfiles %} {% load thread_tags %} {% block content %}
| Request Type | Relevant Managers | Enabled |
|---|---|---|
| {{ type.name }} | {% for pos in type.managers.all %} {% if forloop.counter > 1 %}, {% endif %} {{ pos.title }} {% if pos.incumbent %} ({{ pos.incumbent }}) {% else %} (No incumbent) {% endif %} {% endfor %} | {% if type.enabled %} |