{% extends 'timeseer.html' %} {% from 'macros.html' import alerter, bootstrap_icon, info_popover, progress_bar, visualize_check_result, visualize_score, visualize_series_name %} {% from 'prepare.html' import prepare_menu with context %} {% block csp_style %} 'self' 'unsafe-inline' {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block main %}
{% block tags_title %} {% endblock %}

{{ visualize_series_name(series.name) }} {{ source_name }}

{% block tags_action %} {% endblock %}
{{ alerter () }} {% if not is_analyzed and analysis_state is none %}
Results are only available when the time series has been analyzed.
{% elif not is_analyzed or analysis_state.failed > 0 %} {% call progress_bar(analysis_state, url_for('prepare.get_analysis_state', blockevaluationid=block_evaluation.db_id, seriesid = series.series_id), class_name='univariate-progress', empty_is_pending=True) %} Analysis {% endcall %} {% endif %} {% block tags_content %} {% endblock tags_content %}
{% endblock main %} {% block scripts_bottom %} {% endblock %}