{% extends "login_nav.html" %} {% load bootstrap %} {% block main_block %} {% if pagekite_status = 'not_installed' %}

PageKite is not installed, please install it. PageKite comes pre-installed with {{ cfg.box_name }}. On any Debian based system (such as {{ cfg.box_name }}) you may install it using the command 'aptitude install pagekite'

{% else %} {% for severity, message in messages %}
{{ message }}
{% endfor %}
{% csrf_token %} {% include 'bootstrapform/field.html' with field=form.enabled %}

PageKite Account

{% include 'bootstrapform/field.html' with field=form.server %} {% include 'bootstrapform/field.html' with field=form.kite_name %} {% include 'bootstrapform/field.html' with field=form.kite_secret %}

Services

{% include 'bootstrapform/field.html' with field=form.http_enabled %} {% include 'bootstrapform/field.html' with field=form.ssh_enabled %}
{% endif %} {% endblock %} {% block js_block %} {{ js|safe }} {% endblock %}