{% extends 'base.html' %} {% block content %}

Song request for {{ location.name }}

{% if location.config.enable_requests is false %}

Song request is disabled by site administrator

{% else %}

Page content here

{% endif %} {% endblock %}