{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}
Interval
{t}Issues Created Between{/t}
{t}Start{/t} {html_select_date time=$start_date prefix="" field_array="start" start_year="-2" end_year="+1" field_order="YMD" month_format="%b" year_empty='YYYY' month_empty='MM' day_empty='DD' all_extra="class='default'"}
{t}End{/t} {html_select_date time=$end_date prefix="" field_array="end" start_year="-2" end_year="+1" field_order="YMD" month_format="%b" year_empty='YYYY' month_empty='MM' day_empty='DD' all_extra="class='default'"}
{t}Assignee{/t}
{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} {$field_info.fld_title}
{$row.customer_title}{$row.row_count} {$row.iss_id} {$row.iss_summary} {$row.field_value}
{t}No data found{/t}
{/if} {include file="footer.tpl.html"}