{include file="header.tpl.html" extra_title="List of Issues"} {include file="navigation.tpl.html"} {if $current_role != $roles.customer} {include file="quick_filter_form.tpl.html"} {include file="current_filters.tpl.html"} {/if} {/literal} {* Figure out how many columns there are *} {assign var="col_count" value=$columns|@count} {if $list_info.custom_fields|@count > 1} {math assign="col_count" equation="x+y-1" x=$col_count y=$list_info.custom_fields|@count} {/if} {if $current_role > $roles.developer} {math assign="col_count" equation="x+1" x=$col_count} {/if}