{% extends "base.html" %}
{% block title %}Progress{% endblock %}
{% block content %}
Primary metric over time, per question. The reference line is the baseline
where one exists, and the question's metric_target where it does
not. Invalidated results are not plotted — they would draw a trend that is not real.Progress
{{ p.title }} {{ p.status }}
{% if p.series.metric %}{{ p.series.metric }}{% endif %}
No questions to plot.
{% endfor %} {% endblock %}