{% extends '_layouts/cp' %} {% import '_includes/forms' as forms %} {% import 'verbb-base/_macros' as macros %} {% do view.registerAssetBundle('verbb\\formie\\web\\assets\\cp\\CpAsset') -%} {% set crumbs = [ { label: craft.formie.getPluginName() | t('formie'), url: url('formie') }, { label: 'Sent Notifications' | t('formie'), url: url('formie/sent-notifications') }, ] %} {% set form = sentNotification.getForm() %} {% if sentNotification.canDelete(currentUser) %} {% set fullPageForm = true %} {% endif %} {% set bodyClass = 'fui-body' %} {% set selectedSubnavItem = 'sentNotifications' %} {% hook 'formie.cp.sentNotifications.edit' %} {% block actionButton %} {% if sentNotification.canDelete(currentUser) %} {{ 'Delete' | t('app') }} {% endif %} {% endblock %} {% block content %} {% include 'formie/sent-notifications/_includes/preview' %} {% hook 'formie.cp.sentNotifications.edit.content' %} {% endblock %} {% block details %}
{% hook 'formie.cp.sentNotifications.edit.details' %} {% endblock %}