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

{% trans %}File count{% endtrans%}

{% trans %}Number of files excluding history data.{% endtrans %}

{{ line_chart(data.filecount) }} {% endblock %}