{% extends "impala/base_shared.html" %} {% block title %}{{ page_title(_('User Login')) }}{% endblock %} {% block bodyclass %}login{% endblock %} {% block js %} {% if form.recaptcha %} {% include("amo/recaptcha_js.html") %} {% endif %} {% endblock %} {% block content %}
This is a demonstration of our app submission process, but we're currently at our maximum number of testers and are not accepting any new registrations. To be notified of our progress, including any future tester openings, subscribe to our Apps newsletter in our documentation area. Thanks for your interest!
{% else %}If you'd like to try a demo of our app submission process, log in or register below with your BrowserID account. We're only accepting a limited number of registrations for this preview, but we encourage everyone interested in apps to read our documentation.
{% endif %}Important: All submissions from this preview will be discarded before launch, and we expect final designs and flows to differ significantly. We'd love to hear your feedback.
{% elif waffle.switch('browserid-login') %}{# TODO: Localize! #} {% with url='https://browserid.org/' %} The add-ons website is now using BrowserID for sign in. If you already have an account here, just use the same email when signing in to BrowserID. {% endwith %}
{% endif %} {% include "users/login_form.html" %}