{# /** * @file * Default theme implementation for a summary of an example webform variant. * * Available variables: * - settings: The current configuration for this variant: * - debug: Debugging flag. * - variant: The variant information, including: * - id: The variant plugin id. * - variant_id: The variant id. * - label: The variant label. * - description: The variant description. * * @ingroup themeable */ #} {% if settings.debug %}{{ 'Debugging is enabled'|t }}
{% endif %} {% if settings.description__markup %}{{ 'Description:'|t }} {{ settings.description__markup }}
{% endif %} {% if settings.notes__type %}{{ 'Notes element type:'|t }} {{ settings.notes__type }}
{% endif %}