{% extends 'stats/report.html' %} {% set title = _('Daily Users by Date') %} {% block stats_note_link %} {{ _('What are daily users?') }} {% endblock %} {% block stats_note %} {% if addon.is_persona() %} {% trans %}

What are daily users?

Themes installed from this site check for updates once per day. The total number of these update pings is known as Active Daily Users, or the total number of people using your theme by day.

{% endtrans %} {% else %} {% trans %}

What are daily users?

Add-ons downloaded from this site check for updates once per day. The total number of these update pings is known as Active Daily Users. Daily users can be broken down by add-on version, operating system, add-on status, application, and locale.

{% endtrans %} {% endif %} {% endblock %}