{# type: explorer:Explorer #} {% macro explorer_table(explorer) %}
Type{{s('type')}} |
Name{{s('name')}} |
Size{{s('size')}} |
Modified{{s('time')}} |
---|---|---|---|
{{p.icon|safe}} | {{p.name}} | {{p.size|human}} | {{p.mtime.strftime('%Y-%m-%d %H:%M:%S')}} |