{% load i18n %}{% load static %}
{% trans "Printers" %}
{{ total_printers }}
{% trans "Reserve" %}{{ reserv_printers }}
{% trans "Installed" %}{{ use_printers }}
{% trans "Broken" %}{{ bad_printers }}
{% trans "Repair" %}{{ repair_printers }}
{% trans "Decommission" %}{{ del_printers }}