{% for (ticket, checks) in tickets_with_checks %} {% let overall_status = checks.overall() %} {% endfor %}
Bug ID Overall status Doc type Doc status Bug status Docs contact Assignee Target releases Priority Subsystem(s) Component(s) RN title & text Labels or flags
{{ ticket.id }} {{ overall_status.message() }} {{ ticket.doc_type }} {{ ticket.doc_text_status }} {{ ticket.display_status() }} {{ ticket.docs_contact_short() }} {{ ticket.assignee_short() }} {{ ticket.display_target_releases() }} {{ ticket.priority }} {{ ticket.display_subsystems() }} {{ ticket.display_components() }} {{ checks.title_and_text.message() }} {{ ticket.flags_or_labels() }}
{% for writer_stats in per_writer_stats %} {% endfor %}
Docs contact Total RNs Complete Warnings Incomplete % complete
{{ writer_stats.name }} {{ writer_stats.total }} {{ writer_stats.complete }} {{ writer_stats.warnings }} {{ writer_stats.incomplete }} {{ writer_stats.percent().round() }}%