{% extends "stats/index.html" %} {% load i18n %} {% block tabs %}
{% trans "Shows the number of orders with a particular status at the selected location that have been assigned to a technician over the specified time period." %}
{% include "stats/plot_snippet.html" with url="/stats/data/status/location/" %}{% trans "Shows the number of orders with a particular status per each user at the given location that have been assigned to a technician over the specified time period." %}
{% include "stats/plot_snippet.html" with url="/stats/data/status/tech/" %} {% endblock stats %}