{include file="header.tpl.html" extra_title="Stats"} {include file="navigation.tpl.html"} {/literal} {if $current_role == $roles.customer} {include file="customer/$customer_backend_name/customer_report.tpl.html"} {else} {if $hide_stats != true} {/if}
{t}Overall Stats{/t}

{t}Issues by Status{/t}:

{section name="i" loop=$status} {sectionelse} {/section}
{$status[i].sta_title|escape:"html"} {$status[i].total_items}
{t}No issues could be found.{/t}


{t}Issues by Release{/t}:

{section name="i" loop=$releases} {sectionelse} {/section}
{$releases[i].pre_title|escape:"html"} {$releases[i].total_open_items}{if !$hide_closed} / {$releases[i].total_closed_items}{/if}
{t}No issues could be found.{/t}


{t}Issues by Priority{/t}:

{section name="i" loop=$priorities} {sectionelse} {/section}
{$priorities[i].pri_title|escape:"html"} {$priorities[i].total_open_items}{if !$hide_closed} / {$priorities[i].total_closed_items}{/if}
{t}No issues could be found.{/t}


{t}Issues by Category{/t}:

{section name="i" loop=$categories} {sectionelse} {/section}
{$categories[i].prc_title|escape:"html"} {$categories[i].total_open_items}{if !$hide_closed} / {$categories[i].total_closed_items}{/if}
{t}No issues could be found.{/t}


{t}Assigned Issues{/t}:

{section name="i" loop=$users} {sectionelse} {/section}
{$users[i].usr_full_name|escape:html} {$users[i].total_open_items}{if !$hide_closed} / {$users[i].total_closed_items}{/if}
{t}No issues could be found.{/t}
{if $app_setup.support_email == 'enabled' and $current_role > $roles.reporter}

{t}Emails{/t}:

{t}Associated{/t} {$emails.associated}
{t}Pending{/t} {$emails.pending}
{t}Removed{/t} {$emails.removed}
{/if}

  {include file="latest_news.tpl.html"} {if $app_setup.daily_tips == 'enabled'}
{t}Did you Know?{/t}
{include file="tips/$random_tip"}

{/if} {if $pie_chart && $hide_stats != true}
{t}Graphical Stats{/t} {if $hide_closed} {t}(Open Issues){/t} {else} {t}(All Issues){/t} {/if}
{/if}
{/if} {include file="app_info.tpl.html"} {include file="footer.tpl.html"}