{% if is_helper %} {% endif %}
{% if is_helper %}
  • {{ _plural('{n} question solved', '{n} questions solved', n=user.solution_count) }}
  • {{ _plural('{n} helpful vote', '{n} helpful votes', n=user.helpfulness) }}
{% endif %}
{% if is_helper %}

{{ _('My preferences') }}

{{ _('Too many questions? Use the settings below to narrow down the "Answer a Question" list.') }}

{% else %}

{{ _('Answer questions') }}

{{ _('Sign in to answer questions from the Mozilla community.') }}

{{ _('Create account or sign in') }}
{% endif %}