commerce_license-8.x-2.x-dev/templates/commerce-license-edit-form.html.twig
templates/commerce-license-edit-form.html.twig
{#
/**
* @file
* Two column template for the license edit form.
*
* Available variables:
* - form: The form.
*
* @ingroup themeable
*/
#}
<div class="layout-license-form clearfix">
<div class="layout-region layout-region-license-main">
{{ form|without('advanced', 'actions') }}
</div>
<div class="layout-region layout-region-license-secondary">
{{ form.advanced }}
</div>
<div class="layout-region layout-region-license-footer">
{{ form.actions }}
</div>
</div>
