{extends "source/base.html"} {block docclass}yui-t1{assign $inSourceTree=true}{/block} {block body}

{trans 'Root'}/{if $breadcrumb}{$breadcrumb|safe}{/if}

{if !$tree_in} {aurl 'url', 'IDF_Views_Source::commit', array($project.shortname, $commit)} {/if} {if $base} {/if} {foreach $files as $file} {aurl 'url', 'IDF_Views_Source::tree', array($project.shortname, $commit, $file.fullpath)} {$file.file} {if $file.type == 'blob'} {if isset($file.date)} {else}{/if} {/if} {/foreach}
{trans 'File'} {trans 'Age'} {trans 'Message'} {trans 'Size'}
{blocktrans}Source at commit {$commit} created {$cobject.date|dateago}.{/blocktrans}
{blocktrans}By {$cobject.author|strip_tags|trim}, {$cobject.title}{/blocktrans}
  ..
{$file.type} {$file.date|dateago:"wihtout"} {$file.log}{$file.size|size}
{aurl 'url', 'IDF_Views_Source::download', array($project.shortname, $commit)}

{trans 'Archive'} {trans 'Download this version'} {trans 'or'} git clone {$project.getRemoteAccessUrl()}

{/block} {block context}

{trans 'Branches:'}
{foreach $branches as $branch} {aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $branch)} {$branch}
{/foreach}

{/block}