{% extends "base.html" %} {% block headers %} {% endblock %} {% block title %}Patches from the "{{ team.display_name }}" team{% endblock %} {% block heading %}Patches from the "{{ team.display_name }}" team{% endblock %} {% block body %}

Patch metrics

There are {{total_submitted}} patches submitted by members of this team, and {{total_accepted}} of those have already been accepted upstream.

Patches per month {{patches_per_month_chart|safe}}

Time-to-acceptance distribution (in days)

{{time_to_acceptance_chart|safe}}

Team members


Patches

{% include "patchwork/patch-list.html" %} {% endblock %}