{% extends 'mkt/base.html' %} {% set title = _('Payment Settings') %} {% block title %}{{ mkt_page_title(title) }}{% endblock %} {% macro currency_form() %}
{% trans %} Choose the currency you'd like to use for these pre-approved payments: {% endtrans %}
{{ currency.currency.errors }} {{ currency.currency }} {% endmacro %} {% block content %} {{ mkt_breadcrumbs(product, [(url('account.settings'), _('Account Settings')), (None, _('Payment'))]) }}