/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_status.html" %} {% block example %}
{% filter trim|escape|nl2br %}{% verbatim %}
{{ basic.symbol() }} {{ status.badge('', 'bath.multistate') }}
{{ basic.symbol() }} {{ status.badge('', 'bath.multistate', [1,4,7], ['hidden','green','orange','']) }}
{% endverbatim %}{% endfilter %}