{% extends 'dirlist.html' %} {% block title %}{{ super() }} - {{ directory }}{% endblock %} {% block ptitle %}{{ super() }} - {{ directory }}{% endblock %} {% block application %}
Actions
Options
  • Follow Links
  • Excludes:
Check file exist in this directory
Files Duplicated
{% for hashfile, size, files in directory.get_duplicated()|reverse %} {% for filename in files %} {% endfor %} {% endfor %}
{{ size|str_size() }} {{ hashfile }}
{% endblock %}