{% extends "zerver/portico.html" %} {% block portico_content %}
Contributors
{% for row in data %}
{% for group in (row[0:2], row[2:4]) %}
{# Using tables here is a hack to work around the inflexible bootstrap v2.1.1 grid system. #} {% for person in group %} {% endfor %}
{% if person %}
Avatar
@{{ person.name }}
{{ person.commits }} commits
{% endif %}
{% endfor %}
{% endfor %}
Statistic last Updated: {{ date }}
{% endblock %}