{% extends "base.html" %}{% block title %}Kontrybutorzy – {{ repo_name }}{% endblock %} {% block content %}
← {{ repo_name }}

Kontrybutorzy – {{ repo_name }}

{{ contributors|length }} osób · {{ total }} commitów
{% for c in contributors %} {% endfor %}
#CommityAutorUdział
{{ loop.index }} {{ c.count }} {{ c.name }}
{{ (c.count / total * 100)|round(1) }}%
{% endblock %}