{% extends "base.html" %} {% load static %} {% load custom_tags_and_filters %} {% block extrahead %} {% endblock %} {% block title %}Upload monitor data{% endblock %} {% block content %}

Choose a tool and monitor, then open the upload tab or view the chart or data table.

{% if tools_payload %}
{{ tools_payload|json_script:"upload-hub-tools-json" }} {% else %}

No tools with visible monitors are available. Add monitors in administration or make them visible.

{% endif %}
{% endblock %}