{% extends "base.html" %} {% block content %}

{{ _('Statistics') }}

{% include 'numbers.html' %}

{{ _s('Browser updates') }}

{% for u in updates %} {% endfor %}
{{ _x('From') }} {{ _x('To') }}
{{ u.from }} {{ u.to }} {{ u.num }}
{% endblock %}