templates/affected_flag_confirm.html [4:21]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Bug |
Summary |
{% for i, (bugid, summary) in enumerate(data) -%}
|
{{ bugid }}
|
{{ summary | e }} |
{% endfor -%}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
templates/no_crashes.html [4:21]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Bug |
Summary |
{% for i, (bugid, summary) in enumerate(data) -%}
|
{{ bugid }}
|
{{ summary | e }} |
{% endfor -%}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -