{* Edit or display Profile fields, when embedded in an online contribution or event registration form. *}
{if ! empty( $fields )}
{strip}
- {if $help_pre && $action neq 4}<div class="messages help">{$help_pre}</div>{/if}
{assign var=zeroField value="Initial Non Existent Fieldset"}
{assign var=fieldset value=$zeroField}
{include file="CRM/UF/Form/Fields.tpl"}
</fieldset>
{/if}
- {if $help_post && $action neq 4}<br /><div class="messages help">{$help_post}</div>{/if}
{/strip}
{/if} {* fields array is not empty *}