{% extends "repo.html" %} {% block title %} {{repo.owner.canonical_name}}/{{repo.name}} contributors - {{cfg("sr.ht", "site-name")}} git {% endblock %} {% block head %} {% endblock %} {% block content %}

Contributions to {{repo.owner.canonical_name}}/{{repo.name}} in the last 52 weeks:

{% for email, full_name, username, commits, bars in chart_data %}

{% if username %} ~{{ username }} {% else %} {{ full_name }} {% endif %} {{ commits }} commits

{% for bar in bars %} {{ bar.commits }} commits in the week of {{ bar.week }} {% endfor %}
{% endfor %}
{% endblock %}