{* *} {if $themeconf.name == "stripped" or $themeconf.parent == "stripped"} {include file=$BATCH_DOWNLOAD_ABS_PATH|@cat:'template/themes/stripped.tpl'} {assign var="clear" value="true"} {elseif $themeconf.name == "simple-grey" or $themeconf.parent == "simple"} {include file=$BATCH_DOWNLOAD_ABS_PATH|@cat:'template/themes/simple.tpl'} {assign var="clear" value="true"} {else} {include file=$BATCH_DOWNLOAD_ABS_PATH|@cat:'template/themes/default.tpl'} {/if} {if isset($errors) or not empty($infos)} {include file='infos_errors.tpl'} {/if} {if $set}

{$set.NAME}

{if $set.COMMENT}
{$set.COMMENT}
{/if} {assign var="nb_images" value=''|@cat:$set.NB_IMAGES|@cat:''} {'%d photos'|@translate|replace:'%d':'%s'|sprintf:$nb_images}
{'Return to download page'|@translate} →
{if !empty($THUMBNAILS)} {else} {'This download set is empty'|@translate} {/if} {if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} {/if} {if $clear}
{/if} {* *}