%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(): ${h.link_to_if( node.url.startswith('http://') or node.url.startswith('https://'), node.name, node.url)} %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.revision}:${node.last_commit.short_id}
% endif
% if c.full_load: ${h.gravatar_with_user(node.last_commit.author)|n} % endif