{% extends "packages/package_base.html" %} {% block title %} {{ _("Statistics") }} {% endblock %} {% block scriptextra %} {% endblock %} {% block content %}

{{ self.title() }}

{{ package.downloads }}
{{ _("Lifetime downloads") }}
{{ _("Loading...") }}

{{ _("Downloads") }}

{{ _("Client") }}

{{ _("This is a stacked area graph. For total downloads, look at the combined height.") }}

{{ _("Reason") }}

{{ _("This is a stacked area graph. For total downloads, look at the combined height.") }}

{% endblock %}