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

Webhook

Id {{ webhook.id }}
Idsessionstripe {{ webhook.idsessionstripe }}
Name {{ webhook.name }}
Total {{ webhook.total }}
Email {{ webhook.email }}
Typeevent {{ webhook.typeevent }}
back to list edit {{ include('controlhook/_delete_form.html.twig') }} {% endblock %}