{% extends "base/base.html" %} {% block css %} {{ super() }} {% endblock %} {% block content %}

{{ app.product_name }} {% if config.device.registration.is_demo %}DEMO{% endif %}

Application Version {{ app.text_version }} ({{ runner.build_date }})

StartApp Framework Version {{ app.text_version_startapp }}

Copyright @ 2007-{{ current_year }} Axis Communications AB

Camera serial: {{ config.device.mac|replace(":", "")|upper }}

License type: {{ config.device.registration.license_type or "No license"}}

{% if config.device.registration.license_code %}

License code: {{ config.device.registration.license_code }}

{% endif %} {% if expiration_date %}

Expiration date: {{ expiration_date }}

{% endif %} {% if config.device.registration.is_demo %}

This demo expires {{ config.device.registration.demo_expires}}-01

Do you have a full license? Go to the registration page to upgrade.

{% endif %}

AXIS 3D People Counter would like to acknowledge open source contributions.

{% endblock %}