{% 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 %}

Non Stable Updates

{% for update in updates %} {% else %} {% endfor %}
Type Component Title Status
{{ update | updatetype }} {{ update.bugs[0].component }} {{ update.title }} {{ statustext(update) }}

Updates Needing Testing

{% for update in updates_testing %} {% else %} {% endfor %}
Type Component Title Karma Status
{{ update | updatetype }} {{ update.bugs[0].component }} {{ update.title }} {{ update.karma }} {{ statustext(update) }}
{% endblock %}