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

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

{% else %}

{{ _('Log In') }}

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