commerce_donation_flow-1.0.x-dev/components/fieldsets/dedication/dedication.twig
components/fieldsets/dedication/dedication.twig
{#
/**
* @file
* Component implementation for the dedication in the "memorial" checkout panes.
*
* @ingroup themeable
*/
#}
<fieldset class="commerce-memorial-pane--dedication">
<legend>
<span>{{ legend }}</span>
</legend>
<div class="fieldset-wrapper">
{{ dedication_type }}
{{ honoree_first }}
{{ honoree_last }}
</div>
</fieldset>
