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

Top Changers

<<<<<<< HEAD

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

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

{% endif %}

>>>>>>> remove the defunct .notitle html class
{% endblock %} {% block site_js %} {{ super() }} {% endblock %}