{$LANG.supportticketsheader}


{foreach from=$departments key=num item=department}

 {$department.name}

{if $department.description}

{$department.description}

{/if}
{if $num % 2 == true}
{/if} {foreachelse} {include file="$template/includes/alert.tpl" type="info" msg=$LANG.nosupportdepartments textcenter=true} {/foreach}