{% extends "default.html" %} {% load i18n %} {% block content %}
{% trans "Shows how many new orders have been assigned to each technician over the given time period." %}
{% include "stats/plot_snippet.html" with url="/stats/data/orders/runrate/" %}{% trans "This graph shows how many orders are checked in by each user." %}
{% include "stats/plot_snippet.html" with url="/stats/data/created/user/" %}{% trans "Shows you how the total number of service orders is distributed across the technicians at this location." %}
{% endblock stats %}