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

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

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

Copyright @ 2007-{{ current_year }} Cognimatics AB

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

Registration code: {{ config.device.registration.registration_code }}

{% 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 %}

Cognimatics would like to acknowledge open source contributions.

{% endblock %}