{foreach from=$themes item=theme}
{if $theme.id == $active_theme}
{if $theme.screenshot}

{/if}
Aktywny: {$theme.name}
{/if}
{/foreach}
{foreach from=$themes item=theme}
{if $theme.id != $active_theme}
{if $theme.screenshot}

{/if}
{$theme.name}
{/if}
{/foreach}