{% extends "lingo/paymentbackend_list.html" %} {% load i18n %} {% block appbar %} {% if object.id %}

{% trans "Edit Payment backend" %}

{% else %}

{% trans "New Payment backend" %}

{% endif %} {% endblock %} {% block content %}
{% if object.id and callback_url %}

{{ callback_url }}

{% endif %} {% csrf_token %} {{ form.as_p }}
{% trans 'Cancel' %}
{% endblock %}