{{ _('Apps Developer Newsletter') }}

{% trans %} Sign up now for the Apps Developer newsletter for access to resources, tools, and exclusive info. Join us! {% endtrans %}

{% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %}
{{ _('Please wait') }}
  • {{ _('An unknown error has occurred. Please try again later.') }}
{% if form %}
  1. {{ form.email.errors }} {{ form.email }}
  2. {{ form.format.errors }} {{ form.format.label }}
    {% for c in form.fields.format.choices %} {% endfor %}
  3. {{ form.agree.errors }} {% trans privacy_url='http://www.mozilla.org/en-US/privacy' %} to the Privacy Policy {% endtrans %}
{% else %} {% endif %}