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

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

{if !$tree_in and !$tags_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.efullpath)} {$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:"without"} {$file.author|strip_tags|trim}{trans ':'} {$file.log}
{aurl 'url', 'IDF_Views_Source::download', array($project.shortname, $commit)}

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

{/block} {block context} {include 'idf/source/mercurial/branch_tag_list.html'} {/block}