{% 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 |
---|---|---|---|
{{ update | updatetype }} | {{ update.bugs[0].component }} | {{ update.title }} | {{ statustext(update) }} |