{% extends "base.html" %} {% block title %}Soundboard – {{ config.name }}{% endblock %} {% block content %}
Wähle einen Sound aus – wird direkt über den Raspberry Pi ausgegeben.
{% set has_local = sounds_local and sounds_local|length > 0 %} {% set has_global = sounds_global and sounds_global|length > 0 %} {% if has_local %}{{ sound.description }}
{% endif %}{{ sound.description }}
{% endif %}