{% extends "base/base.html" %} {% block css %} {{ super() }} {% endblock %} {% block content %}
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.
Cognimatics would like to acknowledge open source contributions.
{% endblock %}