{% extends "mobile/base.html" %} {% block title %}{{ page_title(_('User Login')) }}{% endblock %} {% block aux_nav %}{% endblock %} {% block page %} {% if switch_is_active('fxa-migrated') %}

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

{% include 'users/fxa_login_prompt_content.html' %}
{% else %}
{% if form.non_field_errors() %}
{% endif %}

{{ _('Enter your email') }}

{{ _('Login Problems?') }}

{# .primary #} {% endif %} {% endblock page %}