{% if FS3V_CONTENTS %} {% for c in FS3V_CONTENTS if c.Key %} {{ checkbox(id=loop.index, type="cnt", val=c.Key) }} {{ c.Key | replace(unquote_plus(PREFIX_WITH_EMPTY), '', 1)}} {{ c.LastModified }} {{ c.Size | filesizeformat }} {% else %} {{ tr(id="nothing", text="There are no files under this path.") }} {% endfor %} {% else %} {{ tr(id="nothing", text="There are no files under this path.") }} {% endif %}