{% extends "base.html" %} {% block title %}{{ _('Configure Payment Gateway') }} - {{ app_name }}{% endblock %} {% block content %}

{{ _('Configure Payment Gateway') }}

{{ _('Set up payment processing for online invoice payments') }}

{{ _('Back to Gateways') }}

{{ _('A descriptive name for this gateway configuration') }}

{{ _('Enable test mode for development and testing') }}

{{ _('Cancel') }}
{% endblock %}