{% extends 'base-with-sidebar-and-grid.html' %} {% load staticfiles %} {% load custom_tags %} {% block title %}View song list{% endblock %} {% debug_mode as is_in_debug_mode %} {% block extra-css %} {% if is_in_debug_mode %} {% else %} {% endif %} {% endblock %} {% block content-grid %}
0/0
Filter
{% endblock %} {% block modal-dialog %} {% include 'partials/modal.html' with order='yes-no' yes='Copy' no='Cancel' %} {% include 'partials/upload-songs-modal.html' %} {% include 'partials/download-songs-modal.html' %} {% endblock %} {% block scripts %} {% if is_in_debug_mode %} {% else %} {% endif %} {% endblock %}