{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% if app_list %} {% if app_list|length == 1 %} {% for app in app_list %}
{% for model in app.models %} {% if model.perms.change %} {% else %} {% endif %} {% if model.perms.add %} {% else %} {% endif %} {% if model.perms.change %} {% else %} {% endif %} {% endfor %}
{% blocktrans with app.name as name %}{{ name }}{% endblocktrans %}
{{ model.name }}{{ model.name }}{% trans 'Add' %} {% trans 'Change' %} 
{% endfor %} {% else %}

Administrate core system

Here you configure your devices and variables.

Create and configure remotes

Remotes are used to create custom web pages that contain buttons and other widgets in the exact way that you want them and more and that looks good.

Configure signals

Use signals to extend the functionality of the system. This involves handling incomming signals and make use of them as sensor values or to trigger other functionality.


System settings

Here you modify system wide settings like timezone, position and other plugin specifics.


System commands and status

The following are various system related commands and status pages.
{% endblock %} {% block sidebar %} {% endblock %}