{{ crate::i18n::t("dashboard-total-devices", lang) }}
{{ device_count }}
{{ crate::i18n::t("dashboard-online", lang) }}
{{ online_count }}
{{ crate::i18n::t("dashboard-groups", lang) }}
{{ group_count }}
{{ crate::i18n::t("dashboard-license", lang) }}
{% if is_demo %} {{ crate::i18n::t("dashboard-demo", lang) }} {% else %} {{ crate::i18n::t("dashboard-production", lang) }} {% endif %}
{{ device_count }}/{% if max_devices >= 9999 %}{{ crate::i18n::t("license-unlimited-devices", lang) }}{% else %}{{ max_devices }}{% endif %} {{ crate::i18n::t("dashboard-devices-unit", lang) }}
{{ crate::i18n::t("dashboard-scheduled-tasks", lang) }}
{{ scheduled_task_count }}
{{ crate::i18n::t("dashboard-print-pages", lang) }}
{{ print_pages_24h }}
{{ crate::i18n::t("dashboard-web-rules", lang) }}
{{ web_rules_count }}