{% extends "stats/index.html" %} {% load i18n %} {% block tabs %}
{% trans "Shows the number of orders and GSX repairs created for each device model within the given timeframe." %}
{% trans "Device" %} | {% trans "Service Orders" %} | {% trans "GSX Repairs" %} |
---|---|---|
{{ r.0 }} | {{ r.1 }} | {{ r.2 }} |
{% trans "No results found" %} |