{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'}

+ {trans 'Create Project'}

{/if} {else} {include 'idf/project-list.html'} {/if} {/block} {block context} {trans 'Filter projects by label'} {if count($projectLabels) == 0}

{trans 'No projects with labels found.'}

{else}
{foreach $projectLabels as $class => $labels}
{$class}
{foreach $labels as $idx => $label} {* 0.75 - or 75% - is the minimum font size we'd like to see in this tag cloud *} {assign $fontScale = round($label.rel_project_count * 100) + 75}
{$label.name}{if $idx != count($labels) - 1},{/if}
{/foreach} {/foreach}
{if $tag}

{blocktrans}Remove filter for {$tag}{/blocktrans}

{/if} {/if}
{trans 'Order'} {assign $labelPart = 'all'} {if $tag}{assign $labelPart = $tag->id}{/if}

{if $order != 'name'}{/if} {trans 'By name'}{if $order != 'name'}{/if} – {if $order != 'activity'}{/if} {trans 'By activity'}{if $order != 'activity'}{/if}


{trans 'Filtered project stats'}
{trans 'Issues:'}
{$stats.issues}
{trans 'Commits:'}
{$stats.commits}
{trans 'Documentations:'}
{$stats.docpages}
{trans 'Downloads:'}
{$stats.downloads}
{trans 'Code reviews:'}
{$stats.reviews}
Projects:
{$stats.proj_count}
{/block} {block foot}
Powered by InDefero,
a CĂ©ondo Ltd initiative.
srchub.org is ran by
Nathan Adams.
{/block}