{if isset($recent)}
{block_decorator name='box_cap' type='empty' iconClass='ow_ic_clock' langLabel='photo+recently_uploaded'}{/block_decorator} {block_decorator name='box' type='empty'} {foreach from=$recent item='photo'} {/foreach} {/block_decorator}
{/if} {block_decorator name='box' type='empty' addClass='ow_right'} {decorator name='button' langLabel='photo+my_albums' class='ow_ic_picture' id='button-my-albums'} {/block_decorator}
{if !$auth_msg} {form name='photoUploadForm'}
{input name='photos'}{error name='photos'} {$limitMsg}
{label name='album'} {input name='album'} {error name='album'} {text key='photo+album_desc'}
{label name='description'} {input name='description'}
{error name='description'}
{text key='photo+description_desc'}
{label name='tags'} {input name='tags'}
{error name='tags'}
{text key='photo+tags_desc'}
{submit name='upload' class='ow_ic_up_arrow'}
{/form} {else}
{$auth_msg}
{/if}