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

{% block title %} {# MSG: Title of the page showing the currently queued songs. #} {%- trans -%}Queue{%- endtrans -%} {% endblock %}

{% endblock %} {% block content %}
{% if admin %} {% trans %}Add 3 random songs{% endtrans %} {% trans %}Clear all{% endtrans %}
{% endif %} {% endblock %}