%if c.repo_tags: %for cnt,tag in enumerate(c.repo_tags.items()): %endfor
${_('date')} ${_('name')} ${_('author')} ${_('revision')} ${_('links')}
${tag[1].date} - ${h.age(tag[1].date)} ${h.link_to(tag[0], h.url('changeset_home',repo_name=c.repo_name,revision=tag[1].raw_id))} ${h.person(tag[1].author)} r${tag[1].revision}:${h.short_id(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