{% extends "base.html" %} {% set active = "strategos" %} {% block title %}PIR/CCIR Management — Strategos{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| # | Type | Topic | Tasked To | Due By | Status | Gap | Actions |
|---|---|---|---|---|---|---|---|
| {{ p.collection_priority }} | {{ p.pir_type }} |
{{ p.topic }}
{% if p.description %}
{% endif %}
|
{{ p.tasked_to or '—' }} | {{ (p.due_by or '')[:16] or '—' }} | {{ p.status|title }} | {% if gap < 0 %} — {% elif gap < 6 %} {{ gap|round(1) }}h {% else %} {{ gap|round(0)|int }}h {% endif %} | {% if p.status == 'active' %} {% endif %} |
| No PIR/CCIR requirements found. Add one. | |||||||