{#
/**
* @file
* Default theme implementation for a summary of a webform scheduled email handler.
*
* Available variables:
* - settings: The current configuration for this email handler:
* - handler: The handler information, including:
* - id: The handler plugin id.
* - handler_id: The handler id.
* - label: The handler label.
* - description: The handler description.
* - pending: Status of scheduled emails with a link to send pending emails now.
* @ingroup themeable
*/
#}
{{ 'Send on:'|t }} {{ settings.send }}{% if settings.days %} {{ settings.days > 0 ? '+' : ''}}{{ settings.days }} {{ 'days'|t }}{% endif %}
{{ 'Unschedule:'|t }} {{ settings.unschedule ? 'Yes'|t : 'No'|t }}
{{ 'Ignore past:'|t }} {{ settings.ignore_past ? 'Yes'|t : 'No'|t }}
{% if settings.test_send %}
{{ 'Email will be sent immediately when testing this webform'|t }}
{% endif %}