{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}

{if $tags}

{trans 'Tags:'}
{foreach $tags as $selector => $tag} {aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $selector)} {$tag|shorten:25}
{/foreach}

{/if} {/block}