{# vim: set ts=2 et sts=2 sw=2: #} {% extends "questions/base.html" %} {% set title = _('Ask a Question about Firefox Marketplace') %} {% set classes = 'new-question' %} {% block content %}

{{ title }}

{{ category }} {{ _('change') }}
{% if category_slug == 'payments' %}

{% trans %} Please visit the Paypal Help Center. {% endtrans %}

{% elif category_slug == 'applications' %}

{% trans %} Please visit the Firefox Market page for the application. There you can find the developers' contact information and contact them directly. {% endtrans %}

{% elif category_slug == 'account' %} {% if error_message %}
  • {{ error_message }}
{% endif %}
{{ csrf() }}
    {{ form.as_ul() }}
{% endif %}
{% endblock %} {% block side %} {% endblock %}