{% extends "editors/base.html" %} {% block breadcrumbs %} {{ editors_breadcrumbs(items=[(None, _('Performance'))]) }} {% endblock %} {% block content %}
{{ _('View statistics for user') }}
{% endif %}{{ _('Range') }} | {% if is_user: %} {{ _('Your Reviews') }} {% else: %} {{ _('By {user_name}')|f(user_name=current_user.display_name) }} {% endif %} | {{ _('Total Reviews') }} | {#{{ _('Team Average') }} | #}{{ _('Active Contributors') }} |
---|---|---|---|---|
{{ _('This Month') }} | {{ performance_month['usercount'] }} | {{ performance_month['teamcount'] }} | {{ performance_month['teamamt'] }} | |
{{ _('Past Year') }} | {{ performance_year['usercount'] }} | {{ performance_year['teamcount'] }} | {{ performance_year['teamamt'] }} |