{% extends "milestone_base.html" %} {% block jsheader %} {% endblock %} {# this should be imported from somewhere else, not pasted #} {% macro statustext(update) %} {% if update %} {% if update.pending %} pending {% endif %} {{ update.status }} {% endif %} {% endmacro %} {% block body %}
Type | Component | Title | Status | Bugs |
---|---|---|---|---|
{{ update | updatetype }} | {{ update.bugs[0].component }} | '{{ update.title }}' | {{ statustext(update) }} | {% for bug in update.bugs %} {% if (bug.proposed_blocker or bug.proposed_fe or bug.accepted_blocker or bug.accepted_fe) %} {{ bug.bugid }} {% endif %} {% endfor %} |