{extends "idf/wiki/base.html"} {block docclass}yui-t1{assign $inWiki=true}{/block} {block body} {$pages.render} {if !$user.isAnonymous()} {aurl 'url', 'IDF_Views_Wiki::create', array($project.shortname)}

+ {trans 'New Page'}

{/if} {/block} {block context}

{trans 'Number of pages:'} {$pages.nb_items}

{assign $class = ''}{assign $i = 0} {if !$label or $label.id != $dlabel.id}

{foreach $tags as $lab} {aurl 'url', 'IDF_Views_Wiki::listLabel', array($project.shortname, $lab.id)} {if $class != $lab.class}{if $i != 0}
{/if}{$lab.class}: {/if} {$lab.name},{assign $i = $i + 1}{assign $class = $lab.class}{/foreach}

{/if} {if $deprecated > 0} {aurl 'url', 'IDF_Views_Wiki::listLabel', array($project.shortname, $dlabel.id)}

{blocktrans}See the deprecated pages.{/blocktrans}

{/if} {/block}