{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Payment site configuration" %}{% endblock %} {% block main %}

{% trans "Payment site configuration" %}

{% trans "Site" %}{{ object.site }}
{% trans "Merchant id" %}{{ object.merchant_id }}
{% trans "Test key" %}{{ object.test_key }}
{% trans "Production key" %}{{ object.production_key }}
{% endblock %} {% block context_menu %} {% if request.user.is_authenticated %}
  • {% trans "Edit" %}
  • {% endif %} {% endblock %}