{extends "idf/issues/base.html"} {block docclass}yui-t2{assign $inWatchList = 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::watchList', array($project.shortname, 'open')} {aurl 'closed_url', 'IDF_Views_Issue::watchList', array($project.shortname, 'closed')} {blocktrans}

Open issues: {$open}

Closed issues: {$closed}

{/blocktrans} {/block}