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

{{ page_title }}

Table colors legend
  Need sponsorship
  Assigned without assignee
  All dependencies are ON_QA
  Dependencies rejected

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

{% for month in months %} {% for ticket in month[1] %} {% endfor %} {% endfor %}
ID Alias Last Change Summary
{{ month[0] }} ({{ month[1]|length }})
{{ ticket.bug.id }} {{ ticket.bug.alias|join(', ') }} {{ ticket.last_modified.strftime('%Y-%m-%d %H:%M:%S') }} {{ ticket.bug.summary }}
{% endblock %} {% block javascript %} {% endblock %}