{block_decorator name='box' type='empty' addClass='ow_stdmargin' iconClass="ow_ic_monitor" langLabel='admin+themes_choose_list_cap_title'}
{foreach from=$themes item='theme'}
{$theme.title}
{if $theme.update_url && empty($theme.license_url)}
{/if}
{/foreach}
{/block_decorator}
{block_decorator name='box' type='empty' addClass='ow_stdmargin' iconClass="ow_ic_monitor" langLabel='admin+themes_admin_list_cap_title'}
{foreach from=$adminThemes item='theme'}
{/foreach}
{/block_decorator}
{block_decorator name='box' type='empty' addClass='ow_stdmargin' iconClass='ow_ic_trash' langLabel='admin+themes_add_new_box_cap_label'}
{form name='theme-add'}
{input name='file'}
{submit name='submit' class='ow_positive'}
{/form}
{/block_decorator}