{% extends "base.html" %} {% block content %}
Author | Commits (%) | + lines | - lines | First commit | Latest commit | Contributed (days) | Actively contributed (days) | Current contribution (%) | |
---|---|---|---|---|---|---|---|---|---|
{{author.name}} | {{author.commits_count}} ({{'%0.2f'| format(author.commits_count|to_percentage(project.total_commits_count))}}%) | {{author.lines_added_count}} | {{author.lines_removed_count}} | {{author.first_commit_date}} | {{author.latest_commit_date}} | {{author.contributed_days_count}} | {{author.active_days_count}} | {% if author.contribution is not none %}{{'%0.2f'| format(author.contribution|to_percentage(project.total_lines_count))}}% | {% else %}N/A | {% endif %}
Month | Author | Commits count | Next top {{project.authors_top}} | Total authors count |
---|---|---|---|---|
{{month.date}} | {{month.top_author.name}} | {{month.top_author.commits_count}} (of {{month.all_commits_count}}) | {{month.next_top_authors}} | {{month.total_authors_count}} |
Year | Author | Commits count | Next top {{project.authors_top}} | Total authors count |
---|---|---|---|---|
{{year.date}} | {{year.top_author.name}} | {{year.top_author.commits_count}} (of {{year.all_commits_count}}) | {{year.next_top_authors}} | {{year.total_authors_count}} |