Active Themes
{if isset($active_themes)}
{foreach from=$active_themes item=theme}
{$theme.name}{if $theme.is_default} (default){/if}
{/foreach}
{/if}
{if isset($inactive_themes)}
Inactive Themes
{foreach from=$inactive_themes item=theme}
{/foreach}
{/if}