/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL * ----------------------------------------------------------------------------- */ {% extends "base.html" %} {% block sidebar %} {% import "lib.html" as lib %} {{ lib.updatecheck() }} {% import "clock.html" as clock %} {{ clock.digiclock('clock') }}
{{ now|smartdate('l') }}, {{ now|smartdate() }}
{{ basic.value('sonnenaufgang', 'system.datum_uhrzeit.sonne.aufgang') }} {{ basic.value('sonnenuntergang', 'system.datum_uhrzeit.sonne.untergang') }}     {{ basic.value('mondaufgang', 'system.datum_uhrzeit.mond.aufgang') }} {{ basic.value('monduntergang', 'system.datum_uhrzeit.mond.untergang') }}

{% import "weather.html" as weather %} {{ weather.current('weather') }}
{{ weather.forecastweek('weather_forecast') }}
{% import "phone.html" as phone %} {{ phone.list('phonelist', 'Telefonliste', 5) }}
{% import "calendar.html" as calendar %} {{ calendar.list('calendarlist', 'Kalender', 5) }} {% endblock %} {% block content %} {% include 'rooms.menu.html' %} {% endblock %}