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