/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Onkel Andy * @copyright 2017 - 2020 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_multimedia.html" %} {% block example %}
{% filter trim|escape|nl2br %}{% verbatim %}
{{ multimedia.playpause('', 'item_play', 'item_pause', 'item_stop') }}
{% endverbatim %}{% endfilter %}