{% extends 'graphs.html' %} {% block graph_body %}

{% trans %}Errors{% endtrans%}

{% trans %}Cumulative number of errors by period of time.{% endtrans%}

{% line_chart data.errors with colors=["#dc3912"] %} {% endblock %}