{% extends 'graphs.html' %} {% import 'include/chartkick.html' as chartkick with context %} {% block graph_body %}

{% trans %}Errors{% endtrans %}

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

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