{% extends 'developers/base_impala.html' %} {% set title = _('App Payments') %} {% block title %}{{ hub_page_title(title) }}{% endblock %} {% block content %} {{ hub_breadcrumbs(items=[(None, _('Submit App'))]) }}

{{ _('Submit an App') }}

{{ progress(request, addon=addon, step=step) }}

{{ title }}

{{ csrf() }}

{{ _("Your PayPal account is all set up! The last thing we need is your real name and contact information.") }}

{{ form.first_name.label_tag() }} {{ form.first_name }} {{ form.first_name.errors }}
{{ form.last_name.label_tag() }} {{ form.last_name }} {{ form.last_name.errors }}
{{ form.address_one }} {{ form.address_one.errors }}
{{ form.address_two }} {{ form.address_two.errors }}
{{ form.city.label_tag() }} {{ form.city }} {{ form.city.errors }}
{{ form.state.label_tag() }} {{ form.state }} {{ form.state.errors }}
{{ form.post_code.label_tag() }} {{ form.post_code }} {{ form.post_code.errors }}
{{ form.country.label_tag() }} {{ form.country }} {{ form.country.errors }}
{{ form.phone.label_tag() }} {{ form.phone }} {{ form.phone.errors }}
{% endblock %}