{% extends "base/base.html" %} {% block css %} {{ super() }} {% endblock %} {% block content %}
AXIS 3D People Counter Version {{ app.text_version }} ({{ runner.build_date }})
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.
AXIS 3D People Counter would like to acknowledge open source contributions.
{% endblock %}