| - | Name - | Last Modified - | Size - |
|---|---|---|---|
|
{%- match thumbnail -%}
{%- when Either::Left with (rich) -%}
|
{{entry.name}} | {{entry.modified_time.format("%Y-%m-%d %H:%M:%S")}} | {%- if let Some(size) = entry.size -%} {%- if size.should_format -%} {{size.number|filesizeformat}} {%- else -%} {{size.number}} {%- endif -%} {%- endif -%} |