{include file="header.tpl.html"}
{literal} {/literal}
{t}Custom Fields Report{/t}
{t}Field to Graph{/t} {t}Options to Graph{/t}
{include file="error_icon.tpl.html" field="custom_field"}
{if $has_customer_integration} {t}Group By{/t} {/if}
{if $has_customer_integration}      {t}Issue{/t}
     {t}Customer{/t}
{else} {/if}
{if $custom_options|@count > 0}



{t}Percentages may not add up to exactly 100% due to rounding{/t}.

{/if} {if $data|@count > 0} {assign var="colspan" value=3}
{if $has_customer_integration} {/if} {if $smarty.request.group_by == 'customer'} {else} {/if} {foreach from=$data item=row} {cycle values=$cycle assign="row_color"} {if $has_customer_integration} {/if} {if $smarty.request.group_by == 'customer'} {else} {/if} {foreachelse} {/foreach}
{t}Issues/Customers matching criteria{/t}
{t}Customer{/t}{t}Issue Count{/t}{t}Issue ID{/t} {t}Summary{/t}
{$row.customer_title}{$row.row_count} {$row.iss_id} {$row.iss_summary}
{t}No data found{/t}
{/if} {include file="footer.tpl.html"}