{% extends "base.html" %} {% block pageid %}apps{% endblock %} {% block bodyclass %}section-apps landing{% endblock %} {% block title %}{{ page_title(_('Firefox Apps & Hacks Newsletter')) }}{% endblock %} {% block content %} {{ _('Firefox Apps & Hacks Newsletter') }} {% if form %} {{ csrf() }} {% trans %} Sign up now for news about Firefox OS, Firefox Marketplace and the Open Web apps ecosystem. Join us! {% endtrans %} {% if messages %} {% for message in messages %} {{ message }} {% endfor %} {% endif %} {{ form.email.errors }} {{ form.email.label }} {{ form.email }} {{ form.country.errors }} {{ form.country.label }} {{ form.country }} {{ form.format.errors }} {{ form.format.label }} {% for c in form.fields.format.choices %} {{ c[1] }} {% endfor %} {{ form.agree.errors }} {{ form.agree }} {{form.agree.label}} {% trans privacy_url='http://www.mozilla.org/en-US/privacy' %} to the Privacy Policy {% endtrans %} {{ _('Sign me up!') }} {% else %} {{ _('Thank you for signing up for the Apps & Hacks newsletter!') }} {% endif %} {% endblock %}
{% trans %} Sign up now for news about Firefox OS, Firefox Marketplace and the Open Web apps ecosystem. Join us! {% endtrans %}
{{ _('Thank you for signing up for the Apps & Hacks newsletter!') }}