{if $step == 1 || $step == ""}
Select Photo Files
{loadPhotoUploadForm buttonClass='LoadMoreButton moveR'}
{/if}
{if $step == 2}
Enter Information
{foreach item=item from=$photos}
{include file="$style_dir/blocks/upload/photo_form.html" photo=$item}
{/foreach}
{/if}
{if $step == 3}
{lang code="photo_success_heading"}
{/if}