{# thqm template args: title (str): page title. qrcode_button (bool): show qrcode button. shutdown_button (bool): show shutdown button. events (list): list of strings. #} {{ title }}
{% if qrcode_button %} {% endif %} {% for e in events %}
{{ e|safe }}
{% endfor %}