{#
/**
* @file
* Default theme implementation for a summary of an webform options limit handler.
*
* Available variables:
* - settings: The current configuration for this handler:
* - element_key: The options element.
* - handler: The handler information, including:
* - id: The handler plugin id.
* - handler_id: The handler id.
* - label: The handler label.
* - description: The handler description.
*
* @ingroup themeable
*/
#}
{{ 'Element'|t }}: {{ settings.element_key }}
{% if settings.limit %}{{ 'Limit'|t }}: {{ settings.limit }}
{% endif %}
{{ 'Per source entity'|t }}: {{ settings.limit_source_entity ? 'Yes'|t : 'No'|t}}
{{ 'Per user'|t }}: {{ settings.limit_user ? 'Yes'|t : 'No'|t}}