{extends "source/base.html"} {block docclass}yui-t1{/block} {block body} {foreach $changes as $change} {aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $change.tree)} {/foreach}
{trans 'Age'} {trans 'Message'} {trans 'Details'}
{$change.date|dateago:"wihtout"} {$change.title}{if $change.full_message}
{$change.full_message}{/if}
{trans 'Tree:'} {$change.tree}
{trans 'By:'} {$change.author|strip_tags} {* this remove the email address *}
{/block} {block context}

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

{/block}