{* Smarty template *}
{assign var="fieldCycleName" value="messageBundles"}
{include file="form_errors.tpl"}
<form {$form.attributes}>
<h3>{$form.resources.label}</h3>
{$form.resources.html}
<br>
{$form.submit.html}
{$form.cancel.html}
</form>
{include file="bottom_buttons.tpl"}
{include file="bottom_links.tpl"}