%if c.repo_tags:
%for cnt,tag in enumerate(c.repo_tags.items()): %endfor
${_('Name')} ${_('Date')} ${_('Author')} ${_('Revision')}
${h.link_to(tag[0], h.url('files_home',repo_name=c.repo_name,revision=tag[1].raw_id))} ${tag[1].date} ${h.person(tag[1].author)}
%else: ${_('There are no tags yet')} %endif