% if request.GET.get('at'): query={'at': request.GET.get('at')} else: query=None %>
${_('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 node.is_file():% 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} |
% if c.full_load: ${h.gravatar_with_user(request, node.last_commit.author)|n} % endif | %else:%endif |