{% extends 'basecaro.html.twig' %} {% block title %}Webhook index{% endblock %} {% block body %}

Webhook index

{% for webhook in webhooks %} {% else %} {% endfor %}
Id Date Name Total Email Typeevent Idsessionstripe actions
{{ webhook.id }} {{ webhook.datecompleted ? webhook.datecompleted|date('d-m-Y') : '' }} {{ webhook.name }} {{ webhook.total }} {{ webhook.email }} {{ webhook.typeevent }} {{ webhook.idsessionstripe }} show edit
no records found
Create new {% endblock %}