/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "base.html" %} {% block sidebar %} {{ lib.updatecheck() }} {% include 'infoblock.html' %} {% endblock %} {% block content %} {% include 'navigation.html' %} {% endblock %}