{% extends 'layout_page.twig' %} {% set page = 'stats' %} {% block title %}GitList{% endblock %} {% block content %} {% include 'breadcrumb.twig' with {breadcrumbs: [{dir: 'Statistics', path:''}]} %}
File extensions ({{ stats.extensions|length }})
Authors ({{ authors|length }})
Other

Total files: {{ stats.files }}

Total bytes: {{ stats.size }} bytes ({{ ((stats.size / 1024) / 1024) | number_format }} MB)


{% endblock %}