Top Changers
<<<<<<< HEAD
{% endblock %}
{% block site_js %}
{{ super() }}
{% endblock %}
{{ product }} {{ versions|join(', ') }}
{% if topchangers %}
{% else %}
>>>>>>> remove the defunct .notitle html class
| Change | Rank | Signature | ||
|---|---|---|---|---|
| {{ changer.changeInRank }} | {% elif changer.changeInRank >= 5 %}{{ changer.changeInRank }} | {% else %}{{ changer.changeInRank }} | {% endif %}{{ changer.currentRank + 1 }} | {{ changer.signature }} |
There were no top changers that matched the criteria you specified.
{% endif %} =======
{% if topchangers %}
{% else %}
| Change | Rank | Signature |
|---|---|---|
|
{% if changer.changeInRank <= -5 %}
{{ changer.changeInRank }}
{% elif changer.changeInRank >= 5 %}
{{ changer.changeInRank }}
{% else %}
{{ changer.changeInRank }}
{% endif %}
|
{{ changer.currentRank + 1 }} | {{ changer.signature }} |
There were no top changers that matched the criteria you specified.
{% endif %}