{{< core_form/element-template }}
    {{$element}}
        {{^element.frozen}}
        <button
                class="btn btn-secondary ml-0"
                name="{{element.name}}"
                id="{{element.id}}"
                type="button"
                {{#error}}
                    autofocus aria-describedby="id_error_{{element.name}}"
                {{/error}}
                {{{element.attributes}}}>
                {{{element.value}}}
                </button>
        {{/element.frozen}}
    {{/element}}
{{/ core_form/element-template }}
