{% extends '_layouts/cp' %} {% set title = 'Entries Scheduler'|t('craft-webhook-scheduler') %} {% import '_includes/forms' as forms %} {% block content %}
| {{ 'Site'|t('craft-webhook-scheduler') }} | {{ 'Webhook URL'|t('craft-webhook-scheduler') }} | {{ 'Last Run'|t('craft-webhook-scheduler') }} | {{ 'Actions'|t('craft-webhook-scheduler') }} |
|---|---|---|---|
| {{ webhook.siteName }} | {{ webhook.webhookUrl }} | {{ webhook.lastRun }} | {{ 'Delete Webhook'|t('craft-webhook-scheduler') }} |
{{ 'No webhooks exist yet.'|t('webhooks') }}