{% extends "base.html" %} {% set title = _('Contributor Metrics') %} {% set crumbs = [(url('community.home'), _('Community Hub')), (None, title)] %} {% set scripts = ('kpi.dashboard',) %} {% block below_main %}

{{ _('Contributor Metrics') }}

{{ _('Retention') }}

{# The locale code is not localizable - the data are for English only. #}

{{ _('Contributor Satisfaction: %(locale)s', locale='en-US') }}

{{ _('Contributor Satisfaction: l10n') }}

{{ _('Contributor Satisfaction: Support Forum') }}

{% endblock %}