{% if current_user.imap_config %}
{{ folders|length }}
Total Folders
{{ folders|selectattr('folder_type', 'equalto', 'tidy')|list|length }}
Folders to Tidy
{{ folders|selectattr('folder_type', 'equalto', 'destination')|list|length }}
Destination Folders
{{ folders|selectattr('folder_type', 'equalto', 'tidy')|sum(attribute='pending_count') }}
Pending Emails
{% include 'partials/folders_to_tidy_section.html' %} {% include 'partials/destination_folders_section.html' %} {% if show_hidden %} {% include 'partials/hidden_folders_section.html' %} {% endif %} {% endif %}