{% extends "base_visualize.html" %}
{% set active_page = "rollingwindow" %}
{% block head %}
{% endblock %}
{% block title %}Rolling Window{% endblock %}
{% block options %}
{% for fileID, label in labels.items() %}
{% endfor %}
{% if labels|len == 0 %}
No active document found.
Please activate at least 1 document using the
Manage tool or
Upload a new document.
{% endif %}