{% load i18n common %}
{% trans 'software_version' %} | {{ software_title }}
{{ ver }}
{% trans 'software_license_information' %}
{% trans 'software_name' %}
{{ software_title }}
{% trans 'no_of_devices' %}
{% if used_devices > authorized_devices %}{{ used_devices }}{% else %}{{ used_devices }}{% endif %}/{{ authorized_devices }}
{% trans 'no_of_employees' %}
{{ used_employees }}/{{ authorized_employees }}
{% if transactions_count_limit %}
{% trans 'no_of_transactions' %}
{{ current_transaction_count }}/{{ transactions_count_limit }}
{% endif %} {% if software_type != 11 %}
{% trans 'no_of_mobile_app_users' %}
{% if used_apps > authorized_apps %}{{ used_apps }}{% else %}{{ used_apps }}{% endif %}/{{ authorized_apps }}
{% trans 'no_of_whatsapp_push_users' %}
{% if used_whatsapp > authorized_whatsapp %}{{ used_whatsapp }}{% else %}{{ used_whatsapp }}{% endif %}/{{ authorized_whatsapp }}
{% endif %}
{% trans 'activated_date' %}
{{ authorized_date|valid_upto_date_pretty }}
{% trans 'valid_up_to' %}
{{ expired_date|valid_upto_date_pretty }}
{% trans 'licensed_to' %}
{{ company_name }}
{% if license_code %}
License Information
{{ license_code }}
{% endif %} {% if software_type != 9 %}
Computer Unique Code
{% trans 'drive_download' %}
{% endif %} {% if software_type == 10 %}
{% trans 'app_download' %}
{% trans 'app_store' %}
{% trans 'play_store' %}
{% elif software_type == 9 %}
{% trans 'app_download' %}
{% trans 'app_store' %}
{% trans 'play_store' %}
{% endif %}
{% if software_type != 9 and request.user.pk %}
{% trans 'server_information' %}
{% trans 'label_machine' %}:
{{ machine }}
{% trans 'label_processor' %}:
{{ processor }}
{% trans 'label_platform' %}:
{{ platform }}
{% trans 'Database' %}:
{% db_version %}
{% endif %}
  • ZKTeco Logo