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

{% trans %}Source file size{% endtrans%}

{% trans %}Repository size excluding history data.{% endtrans %}

{{ line_chart(data.sourcefilesize) }}

{% trans %}Increment file size{% endtrans%}

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