%if c.file.parent: %endif %for cnt,node in enumerate(c.file): %if node.is_file(): %else: %endif %endfor
${_('Name')} ${_('Size')} ${_('Modified')} ${_('Last Commit')} ${_('Author')}
..
% if node.is_submodule(): % if node.url.startswith('http://') or node.url.startswith('https://'): ${node.name} % else: ${node.name} % endif % else: ${node.name} % endif % if c.full_load: ${h.format_byte_size_binary(node.size)} % else: ${_('Loading ...')} % endif % if c.full_load: ${h.age_component(node.last_commit.date)} % endif % if c.full_load:
r${node.last_commit.idx}:${node.last_commit.short_id}
% endif
% if c.full_load: ${h.gravatar_with_user(request, node.last_commit.author)|n} % endif