{% extends 'base.html' %} {% block scripts %} {% endblock %} {% block body %}

 
{% for line in hostap_info %}{{ line }}
{% endfor %}
{% if not hide_url %}
qrcode
 {{ url }}
{% endif %}
{# MSG: Label for the next song to be played in the queue. #} {% trans %}Up next:{% endtrans %}
{# MSG: Label for the next singer in the queue. #} {% trans %}Next singer:{% endtrans %}  
{% endblock %}