{extends "idf/source/changelog.html"} {block context}

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

{if $tags}

{trans 'Tags:'}
{foreach $tags as $tag => $path} {aurl 'url', 'IDF_Views_Source::changeLog', array($project.shortname, $tag)} {if $path}{$path}{else}{$tag}{/if}
{/foreach}

{/if} {/block}