= empty($data['title']) ? sprintf('%s %s', $actionName, $modelName) : h($data['title']) ?>
= $formCreate ?>
= $ajaxFlashMessage ?>
= h($data['description']) ?>
= $fieldsString ?>
=
$this->Bootstrap->accordion(
[
'class' => 'mb-3'
],
[
[
'_open' => true,
'header' => [
'title' => __('Meta fields')
],
'body' => $metaTemplateString,
],
]
);
?>
= $this->element('genericElements/Form/submitButton', $submitButtonData); ?>
= $formEnd; ?>