</tr>
</thead>
<tbody>
<tr>
<td>
<ul>
{% for ext, amount in stats.extensions %}
<li><strong>{{ ext }}</strong>: {{ amount }} files</li>
{% endfor %}
</ul>
</td>
<td>
<ul>
{% for author in authors %}
<li><strong><a href="mailto:{{ author.email }}">{{ author.name }}</a></strong>: {{ author.commits }} commits</li>
{% endfor %}
</ul>
</td>
<td>
<p>
<strong>Total files:</strong> {{ stats.files }}
</p>
<p>