{{ _('Find your fellow contributors') }}
{{ _('Community Discussions') }}
-
{% for thread in threads %}
- {{ thread.title }} {% endfor %}
{{ _('Community Health Metrics') }}
{{ _('View Community Health Metrics') }}
{% extends "community/base.html" %}
{% set title = _('Community Hub') %}
{% set crumbs = [(None, title)] %}
{% block below_main %}
{{ _('View Community Health Metrics') }}{{ _('Community Hub') }}
{{ _('Find your fellow contributors') }}
{{ _('Community Discussions') }}
{% for thread in threads %}
{{ _('Community Health Metrics') }}
{{ _('Top Contributors') }}
{# Locale Filter #}
{{ _('Support Forums') }}
{{ render_contributors(top_contributors_questions, 'questions', locale) }}
{{ _('Knowledge Base') }}
{{ render_contributors(top_contributors_kb, 'kb', locale) }}
{{ _('Localization') }}
{{ render_contributors(top_contributors_l10n, 'l10n', locale) }}
{% set all_url = url('community.top_contributors', area=area) %} {% if locale %} {% set all_url = all_url|urlparams(locale=locale) %} {% endif %} {{ _('See All') }}
{%- endmacro %}