{% extends 'graphs.html' %} {% 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 %}