{% extends "impala/base_shared.html" %} {% block title %}{{ page_title(_('User Login')) }}{% endblock %} {% block bodyclass %}login{% endblock %} {% block content %}
{% if switch_is_active('fxa-migrated') %}

{{ _('Log in with Firefox Accounts') }}

{% include 'users/fxa_login_prompt_content.html' %}
{% else %} {% include "users/login_help.html" %}

{{ _('Log in or register with your email address') }}

{% trans %} We are migrating existing Add-ons users to Firefox Accounts. We will detect if your account needs migrating automatically. {% endtrans %}

{% include "users/login_form.html" %}
{% endif %}
{% endblock content %}