{* Smarty template *}
{assign var="fieldCycleName" value="pageFields"}
{include file="form_errors.tpl"}
<form {$form.attributes}>
{include file="page/page_fields_form.tpl"}
{$form.cancel.html}
{$form.back.html}
{$form.submit.html}
</form>
{include file="bottom_buttons.tpl"}
{include file="bottom_links.tpl"}