{% for notification in notifications %}
|
{{ notification.createdAt|date('d/m/Y H:i:s') }}
|
{{ notification.webhook.source }}
|
{{ ('app.order.state.' ~ notification.action)|trans|badge(checkoutBadges[notification.action]) }}
|
{{ ('app.order.notification.state.' ~ notification.state)|trans|badge(notificationBadges[notification.state]) }}
|
{{ (notification.webhook.retries - notification.retries) ~ '/' ~ notification.webhook.retries }}
|
{{ notification|notification_response_badge }}
|
{% else %}
| {{ 'app.global.detail.no_record_found'|trans }} |
{% endfor %}