{{ display_queue_name }} Status
Recent Status
{% for status in statuses %}
{% if status.active_bug_id %}
Patch {{ status.active_patch_id|force_escape|webkit_attachment_id|safe }} from bug {{ status.active_bug_id|force_escape|webkit_bug_id|safe }}:
{% endif %}
{{ status.message|force_escape|urlize|webkit_linkify|safe }}
{% if status.results_file %}
[{{ status.key.id|results_link|safe }}]
{% endif %}
{{ status.date|timesince }} ago
{% endfor %}
Patches in queue
Position
Patch
{% for row in work_item_rows %}
#{{ forloop.counter }}
{{ row.attachment_id|force_escape|webkit_attachment_id|safe }}
{% endfor %}