{% import 'macros/form.html' as form %} {% for rev in group_revisions %} {% endfor %}
{{ _('Revision') }} {{ _('Timestamp') }} {{ _('Author') }} {{ _('Log Message') }}
{{ h.radio('selected1', rev.id, checked=(loop.first)) }} {{ h.radio('selected2', rev.id, checked=(loop.last)) }} {% link_for rev.id | truncate(6), controller='revision', action='read', id=rev.id %} {{ h.render_datetime(rev.timestamp, with_hours=True) }} {{ h.linked_user(rev.author) }} {{ rev.message }}