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

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

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

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