{% extends "base.html" %} {% block title %}{{ super() }} - {{ page_title }}{% endblock %} {% block bodycontent %}
Last Update: {{ now().strftime('%Y-%m-%d %H:%M:%S') }} UTC (v{{ version }}).
There are {{ count }} tickets in this category.
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 %} |