{$STRING.INDEX.FiveRecentlySubmitted}
{section name=bug loop=$recentbugs} {$recentbugs[bug].title|stripslashes}   ({$recentbugs[bug].project_name|stripslashes})
{sectionelse} {$STRING.nobugs} {/section}

{$STRING.INDEX.FiveRecentlyClosed}
{section name=bug loop=$closedbugs} {$closedbugs[bug].title|stripslashes}   ({$closedbugs[bug].project_name|stripslashes})
{sectionelse} {$STRING.nobugs} {/section} {if count($queries)}

{$STRING.INDEX.SavedQueries}
{section name=query loop=$queries} {$queries[query].saved_query_name}
{/section} {/if}
{if USE_JPGRAPH} {$summary_image} {else} {$STRING.INDEX.QuickStats}

{foreach name=outer key=key item=item from=$stats} {/foreach}
{$STRING.INDEX.Status} {$STRING.INDEX.NumberOfBugs}
{$item.name} {$item.count|default:0}
{/if}


{if SHOW_PROJECT_SUMMARIES} {section name=col loop=$resfields} {/section} {section name=project loop=$projects} {foreach key=key item=item from=$projects[project]} {$item|stripslashes} {/foreach} {/section}
{$resfields[col]}
{/if}