{% extends 'base-with-sidebar-and-grid.html' %} {% load staticfiles %} {% load custom_tags %} {% block title %}Process raw recording{% endblock %} {% block content-grid %}
{% include 'partials/spectrogram-controller.html' %}
{% endblock %} {% block modal-dialog %} {% include 'partials/modal.html' with order='yes-no' yes='Set' no='Cancel' %} {% include 'partials/upload-modal.html' %} {% endblock %} {% block scripts %} {% debug_mode as is_in_debug_mode %} {% if is_in_debug_mode %} {% else %} {% endif %} {% endblock %}