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

Open issues: {$open}

Closed issues: {$closed}

{/blocktrans}

{trans 'Label:'} {aurl 'url', 'IDF_Views_Issue::listLabel', array($project.shortname, $label.id, 'open')} {$label.class}:{$label.name}

{if $completion}

{trans 'Completion:'} {$completion}

{/if} {/block}