{extends "idf/base-simple.html"} {block docclass}yui-t2{/block} {block body} {if $projects.count() == 0}
{trans 'No projects managed with InDefero were found.'}
{if $isAdmin} {aurl 'url', 'IDF_Views_Admin::projectCreate'} {/if} {else} {foreach $projects as $p}{$p} {assign $url = $p.external_project_url} {if $url != ''} {/if} {if $p.private} - {trans 'Private project'}{/if}
{$p.shortdesc}
{trans 'Labels:'} {assign $tags = $p.get_tags_list()} {if count($tags) == 0}{trans 'n/a'}{else} {foreach $p.get_tags_list() as $idx => $label} {if $idx != 0}, {/if} {$label} {/foreach} {/if}
{trans 'No projects with labels found.'}
{else} {if $tag}{blocktrans}Remove filter for {$tag}{/blocktrans}
{/if} {/if}{if $order != 'name'}{/if} {trans 'By name'}{if $order != 'name'}{/if} – {if $order != 'activity'}{/if} {trans 'By activity'}{if $order != 'activity'}{/if}