{% extends 'graphs.html' %} {% from 'include/chartkick.html' import line_chart %} {% block graph_body %}

{% trans %}Errors{% endtrans%}

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

{{ line_chart(data.errors, colors=["#dc3912"]) }} {% endblock %}