{% extends "localizers/base.html" %} {% block title %} {# L10n: %s is a locale name or code ('German' or 'de') #} {{ page_title(_('Localization Summary for {0}')|f(userlang['native'])) }} {% endblock %} {% block content %}
{{ impala_breadcrumbs([(url('localizers.dashboard'), _('Localization Dashboard'))]) }}

{{ _('Localization Summary for {0}')|f(userlang.native) }}

{{ locale_switcher(current_locale=locale_code) }}
{{ localizers_sidebar(locale_code=locale_code) }}
{% if members or team_homepage %} {# L10n: {0} is a language name, e.g. 'Deutsch' #}

{{ _('Want to get in touch with the {0} L10n team?')|f(userlang['native']) }}

{% if team_homepage %}

{# L10n: {0} is a language name, e.g. 'Deutsch' #} {{ _('Visit the {0} L10n Homepage')|f(userlang['native']) }}

{% endif %} {% if members %} {# L10n: {0} is a language name, e.g. 'Deutsch' #}

{{ _('Current Localizers for {0}:')|f(userlang['native']) }}

{% endif %} {% endif %}
{# /#primary #} {% endblock content %}