{% extends "crashstats_base.html" %} {% block page_title %} Top Changing Top Crashers for {{ product }} {% endblock %} {% block content %}

Top Changers

{{ product }} {{ versions|join(', ') }}

{% if topchangers %} {% for result in topchangers|dictsort|reverse %} {% with changer = result[1][0] %} {% if changer.changeInRank <= -5 %} {% elif changer.changeInRank >= 5 %} {% else %} {% endif %} {% endwith %} {% endfor %}
Change Rank Signature
{{ changer.changeInRank }}{{ changer.changeInRank }}{{ changer.changeInRank }}{{ changer.currentRank + 1 }} {{ changer.signature }}
{% else %}

There were no top changers that matched the criteria you specified.

{% endif %}
{% endblock %} {% block site_js %} {{ super() }} {% endblock %}