{extends "idf/source/commit.html"} {block context}
{trans 'Branches:'}
{foreach $branches as $selector => $branch}
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $selector)}
{$branch|shorten:25}
{/foreach}
{trans 'Tags:'}
{foreach $tags as $selector => $tag}
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $selector)}
{/foreach}