{% extends "base.html" %} {% block extra_resources %} {% endblock %} {% block content %} {% from macros import embed %}
{{ embed(roots.nbytes_hist) }}
{{ embed(roots.processing_hist) }}
{{ embed(roots.task_stream) }}
{{ embed(roots.task_progress) }}
{{ plot_script }} {% endblock %}