{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inner %}
{% trans "This page shows all calls to your webhook in the past 30 days." %}
{% if retry_count %} {% endif %} {% for c in calls %}POST {{ c.target_url }}
{% trans "Request POST body" %}
{{ c.payload }}
{% trans "Response body" %}
{{ c.response_body }}