%if c.repo_tags: %for cnt,tag in enumerate(c.repo_tags.items()): %endfor
${_('date')} ${_('revision')} ${_('name')} ${_('links')}
${h.age(tag[1]._ctx.date())} r${tag[1].revision}:${tag[1].raw_id} ${h.link_to(tag[0], h.url('changeset_home',repo_name=c.repo_name,revision=tag[1].raw_id))} ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=tag[1].raw_id))} | ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=tag[1].raw_id))}
%else: ${_('There are no tags yet')} %endif