{extends "idf/issues/base.html"} {block docclass}yui-t2{assign $inOpenIssues=true}{/block} {block body} {$issues.render} {if !$user.isAnonymous()} {aurl 'url', 'IDF_Views_Issue::create', array($project.shortname)}

+ {trans 'New Issue'}

{/if} {/block} {block context} {aurl 'open_url', 'IDF_Views_Issue::index', array($project.shortname)} {aurl 'closed_url', 'IDF_Views_Issue::listStatus', array($project.shortname, 'closed')} {blocktrans}

Open issues: {$open}

Closed issues: {$closed}

{/blocktrans} {assign $cloud_url = 'IDF_Views_Issue::listLabel'} {assign $cloud = 'issues'} {include 'idf/tags-cloud.html'} {/block}