{if $step == 1 || $step == ""} {include file="$style_dir/blocks/upload_head.html"}
Click 'Upload' to select files
{/if} {if $step == 2} {section name=p_list loop=$photos} {assign var='reqFields' value=$cbphoto->load_required_forms($photos[p_list])} {assign var='otherFields' value=$cbphoto->load_other_forms($photos[p_list])}
{foreach from=$reqFields item=item}
{$formObj->createField($item)} {if $item.hint_1}
{$item.hint_1} {/if}
{/foreach}
{get_photo details=$photos[p_list] output='html' size='m'}
{/section} {/if} {if $step == 3}

Photos have uploaded successfully.

{/if}