{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Execution Trends" %}{% endblock %} {% block page_id %}page-telemetry-execution-trends{% endblock %} {% block contents %}
{% include "telemetry/include/filters.html" %}
{% trans "TOTAL" %}:
{% trans "Positive" %}:
{% trans "Neutral" %}:
{% trans "Negative" %}:
{% endblock %}