{% extends base_template %} {% load i18n %} {% load staticfiles %} {% block easyadmin_active %}active{% endblock easyadmin_active %} {% block title %}{% trans "Administration Panel" %}{{ block.super }}{% endblock title %} {% block headcss %}{{ block.super }} {% if clock_set %} {% endif %} {% endblock headcss %} {% block headjs %} {% if clock_set %} {% endif %} {% endblock headjs %} {% block content %}
{% trans "This page can help you administer your installation of KA Lite." %} {% if in_a_zone %}
{% endif %} {% if clock_set %} {% endif %} {% if ips %} {% for ip in ips %} {% endfor %} {% endif %}

{% trans "Raspberry Pi Clock Reset" %}

{% blocktrans with time_format="HH:MM" %}Input current time ({{ time_format }} - 24 Hour){% endblocktrans %}
{% blocktrans with date_format="DD-MM-YYYY" %}Input current date ({{ date_format }}){% endblocktrans %}

{% trans "(Offline) Management and Reporting Tools" %}

{%trans "Information about your KA Lite install, as well as device synchronization." %}
{%trans "Access to summary data over all facilities and devices." %}
{% trans "Add/move/delete users across groups." %}

{% trans "(Online) Help Documents" %}

{% trans "Contains the latest information about setting up and using KA Lite." %}
{% trans "Contains the latest FAQ for troubleshooting." %}

{% trans "Advanced User Tools" %}

{% trans "Database of information stored in your KA Lite installation." %}
({% trans "Warning: changing database values can break your KA Lite installation!" %})

{% trans "Connection Information" %}

{% trans "To connect to this installation of KA Lite from another computer over the network, try these addresses:" %}
http://{{ ip }}:{{ port }}/
{% endblock content %}