{% load humanize %}
{% for stat in contributor_stats %} {% empty %} {% endfor %}
Contributor Commits Issues Opened Issues Closed Pull Requests Comments Total Impact
{{ stat.contributor.name }}
{{ stat.contributor.name }}
@{{ stat.contributor.github_id }}
{{ stat.commits|default:0|intcomma }} {{ stat.issues_opened|default:0|intcomma }} {{ stat.issues_closed|default:0|intcomma }} {{ stat.pull_requests|default:0|intcomma }} {{ stat.comments|default:0|intcomma }}
{{ stat.impact_level.text }}
No contributor statistics available for this period
{% if is_paginated %}

Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ paginator.count }} contributors

{% endif %}