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

{{ page_title }}

Table colors legend
  In progress
  Hidden
  Blocked

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

{% for submitter, tickets in submitters.items() %} {% for ticket in tickets %} {% endfor %} {% endfor %}
ID Alias Last Change Summary
{{ submitter }} ({{ tickets|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 %}