{% extends "milestone_base.html" %} {% block jsheader %} {% endblock %} {% block body %}
{% for buglist in ['Proposed Blockers','Accepted Blockers', 'Proposed Freeze Exceptions', 'Accepted Freeze Exceptions'] %}

{% if buglists[buglist] %}{{ buglists[buglist] | length }}{% else %}No{% endif %} {% if (buglists[buglist] | length) == 1 %}{{ buglist[:-1]}}{% else %}{{ buglist }}{% endif %}

{% for bug in buglists[buglist] %} {% else %} {% endfor %}
Bug ID Component Status Title Updates
{% if bug.bugid in recent %}{% endif %} {% if bug.needinfo %}?{% endif %} {{ bug.bugid }} {{ bug.component }} {{ bug.status }} {{ bug.summary }} {{ bug | updatelabel | safe}}
{% endfor %}
{% endblock %}