{% extends "base.html" %} {% block title %}Backlog - RTMX{% endblock %} {% block content %}
{{ total }} incomplete requirements
| ID | Description | Category | Priority | Phase | Effort |
|---|---|---|---|---|---|
| {{ req.req_id }} | {{ req.description }} | {{ req.category }} | {{ req.priority }} | {{ req.phase_display }} | {% if req.effort_weeks %}{{ req.effort_weeks }}w{% else %}-{% endif %} |
No incomplete requirements. All done!