{% extends "community/base.html" %} {% set title = _('Community Hub') %} {% set crumbs = [(None, title)] %} {% block below_main %}

{{ _('Community Hub') }}

{% endblock %} {% macro render_contributors(results, area, locale) -%}

{% set all_url = url('community.top_contributors', area=area) %} {% if locale %} {% set all_url = all_url|urlparams(locale=locale) %} {% endif %} {{ _('See All') }}

{%- endmacro %}