{% extends "base.html" %} {% block title %}{{ super() }} - {{ page_title }}{% endblock %} {% block bodycontent %}

{{ page_title }}

Table colors legend
  Need sponsorship
  Not really assigned or review flag not set
  On its way to repositories

Last Update: {{ now().strftime('%Y-%m-%d %H:%M:%S') }} UTC (v{{ version }}).
There are {{ count }} tickets in this category.

{% for ticket in tickets %} {% endfor %}
ID Review flag status Status Assignee Last Change Summary
{{ ticket.bug.id }} {{ ticket.review_flag_status }} {{ ticket.bug.status }} {{ ticket.assignee }} {{ ticket.last_modified.strftime('%Y-%m-%d %H:%M:%S') }} {{ ticket.bug.summary }}
{% endblock %} {% block javascript %} {% endblock %}