../ {% for f in body -%} {% set len = f.path | length -%} {% if len < 50 -%} {{ f.path }}{{ ('{:>' + (70 - len) | string + '}').format(f.time) }}{{ '{:>20}'.format(f.size) }} {% else -%} {{ f.path[:47] }}..>{{ '{:>20}'.format(f.time) }}{{ '{:>20}'.format(f.size) }} {% endif -%} {% endfor -%}