/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "root.html" %} {% block body %}
Zurück

{{ page starts with 'dg' ? 'Dachgeschoss' : ''}} {{ page starts with 'eg' ? 'Erdgeschoss' : ''}} {{ page starts with 'garten' ? 'Außenbereich' : ''}} {{ page starts with 'room' ? 'Raum' : ''}} {{ page starts with 'config' ? 'Konfiguration' : ''}} {{ page starts with 'category' ? 'Wärmepumpe' : ''}}

Menü
{% include 'overview/menu_popup.html' %}
{% block content %}{% endblock %}
{% include 'overview/menu.html' %}
{% endblock %}