{extends "base.tpl.html"} {block title}{t 1=$smarty.get.id|intval}Issue #%1 - Select Partners{/t}{/block} {block content} {if $update_result|default:'' != ''}
{if $update_result == -1} {t}An error occurred while trying to run your query{/t} {elseif $update_result == 1} {t}Thank you, the partners were selected successfully.{/t} {/if}

{if not $core.current_user_prefs.close_popup_windows}
{t}Continue{/t}
{/if} {else}
{foreach from=$enabled_partners item=partner key=par_code} {/foreach} {/if}
{t}Select Partners{/t}
{/block}