{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)} {if $file.type != 'extern'} {$file.file}{else}{/if} {if $file.type == 'blob'} {if isset($file.date) and $file.log != '----'} {else}{/if} {/if} {if $file.type == 'extern'} {/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.file}{$file.date|dateago:"without"} {$file.author|strip_tags|trim}{trans ':'} {issuetext $file.log, $request, true, false}{$file.size|size}{$file.extern}
{aurl 'url', 'IDF_Views_Source::download', array($project.shortname, $commit)}

{trans 'Archive'} {trans 'Download this version'} {trans 'or'} mtn clone {$project.getSourceAccessUrl($user, $commit)} {trans 'Help'}

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