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

{{ page_title }}

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

{% for blocker, tickets in blockers.items() %} {% endfor %}
ID Count Status Last Change Summary
{{ blocker.id }} {{ tickets|length }} {{ blocker.status }} {{ blocker.last_change_time.value|bugtime }} {{ blocker.summary }}
  {% for ticket in tickets %} {{ ticket.bug.id }} - {{ ticket.bug.summary }}
{% endfor %}
{% endblock %} {% block javascript %} {% endblock %}