{% extends "stats/index.html" %} {% load i18n %} {% block tabs %}
  • {% trans "Technicians" %}
  • {% trans "Locations" %}
  • {% trans "Queues" %}
  • {% trans "Repairs" %}
  • {% trans "Statuses" %}
  • {% trans "Sales" %}
  • {% trans "Devices" %}
  • {% endblock tabs %} {% block stats %}

    {% trans "Orders per location" %}

    {% 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 "Orders per user" %}

    {% 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 %}