File Cleaning Completed

Here is the report.

{% for key,value in res.items() %} {% if 'Others' in key %} {% else %} {{value}}      moved to {{key}}
{%endif %} {% endfor %} {% if res['Others(Not_moved)'] in (None, 0, '0') %} 0 {% else %} {{res['Others(Not_moved)']}} {%endif%}      items are not moved



Check the folder,       Clean another Folder

{% extends "base.html" %}