{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Payment site configuration" %}{% endblock %} {% block main %}
{% trans "Site" %} | {{ object.site }} |
---|---|
{% trans "Merchant id" %} | {{ object.merchant_id }} |
{% trans "Test key" %} | {{ object.test_key }} |
{% trans "Production key" %} | {{ object.production_key }} |