{% extends "impala/base_shared.html" %} {% from 'includes/forms.html' import required %} {% block title %}{{ page_title(_('New User Registration')) }}{% endblock %} {% block bodyclass %}register{% endblock %} {% block content %}
{% include "users/login_help.html" %}

{{ _('Why register?') }}

{{ _('Registration on AMO is not required if you simply want to download and install public add-ons.') }}

{{ _('You only need to register if:') }}

  • {{ _('You want to submit reviews for add-ons') }}
  • {{ _('You want to keep track of your favorite add-on collections or create one yourself') }}
  • {{ _('You are an add-on developer and want to upload your add-on for hosting on AMO') }}

{% trans %} Upon successful registration, you will be sent a confirmation email to the address you provided. Please follow the instructions there to confirm your account. {% endtrans %}

{% trans legal="http://www.mozilla.org/legal/", privacy="http://www.mozilla.org/privacy/websites/" %} If you like, you can read our Legal Notices and Privacy Policy. {% endtrans %}

{# .secondary #} {% if form %}

{{ _('Register') }}

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