{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "PSP Diagnostic" %}{% endblock %} {% block content %}
| Mollie | {% if psp_config.mollie_enabled %} {% trans "Enabled" %} {% if psp_config.mollie_test_mode %} {% trans "Mode Test" %} {% endif %} {% else %} {% trans "Disabled" %} {% endif %} |
|---|---|
| SumUp | {% if psp_config.sumup_enabled %} {% trans "Enabled" %} {% if psp_config.sumup_test_mode %} {% trans "Mode Test" %} {% endif %} {% else %} {% trans "Disabled" %} {% endif %} |
| {% trans "Cache duration" %} | {{ psp_config.cache_duration }} {% trans "seconds" %} |
{% trans "Transactions en cache" %}
{% trans "Last hour" %}
{% trans "Plus de 24h" %}
| {% trans "PSP" %} | {% trans "Count" %} | {% trans "Gross Total" %} | {% trans "Total Fees" %} |
|---|---|---|---|
| {{ provider_stat.psp_provider }} | {{ provider_stat.count }} | {{ provider_stat.total_gross|default:"0.00"|floatformat:2 }} EUR | {{ provider_stat.total_fees|default:"0.00"|floatformat:2 }} EUR |
{% trans "No cached transactions at the moment." %}
{% endif %}{% trans "Available actions to manage cache and PSP data." %}
{% trans "Features coming in a future version." %}
| {% trans "Date" %} | {% trans "Type" %} | {% trans "Message" %} |
|---|---|---|
| {{ error.timestamp|date:"d/m/Y H:i:s" }} | {{ error.type }} | {{ error.message }} |