templates/reports.html [62:81]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

{% for sgn, info in signatures -%}
Signature Crashes number Installs number Stacks
{{ sgn|e }} {{ info['number'] }} {{ info['installs'] }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - templates/reports_no_score.html [62:81]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

{% for sgn, info in signatures -%}
Signature Crashes number Installs number Stacks
{{ sgn|e }} {{ info['number'] }} {{ info['installs'] }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -