attribs|@html_render_attribs}> {foreach from=$item->list item='row' name='tests'}
{if $row.hasAttempt} {assign var='trainingUrl' value=$item->trainingUrlPattern|sprintf:$row.id} {else} {assign var='trainingUrl' value='javascript: void(0)'} {/if} {if $row.image} {html_image_fs name = $row.image width = $item->config.image.width height = $item->config.image.height class = media-object method = $item->config.image.method alt = $row.title title = $row.title } {/if}
Start Training {if $row.hasAttempt && $row.estimatedTime}
{$row.estimatedTime|htmlspecialchars} {elseif $row.attemptSuccess === 'y'}
certificate received {/if}

{$row.title|htmlspecialchars}

Score to earn certificate: {$row.minPoints|htmlspecialchars}
Max score: {$row.maxPoints|htmlspecialchars}

{if $row.description && $row.description|trim|strlen}

{$row.description|trim|htmlspecialchars|nl2br}

{/if}
Start Training {if $row.hasAttempt && $row.estimatedTime}
{$row.estimatedTime|htmlspecialchars} {elseif $row.attemptSuccess === 'y'}
certificate received {/if}
{foreachelse}
No Trainings at this time
{/foreach}