diff --git a/core/admin/mailu/ui/templates/fetch/list.html b/core/admin/mailu/ui/templates/fetch/list.html
index e502d96a..74d3a02f 100644
--- a/core/admin/mailu/ui/templates/fetch/list.html
+++ b/core/admin/mailu/ui/templates/fetch/list.html
@@ -39,7 +39,7 @@
{{ fetch.username }} |
{% if fetch.keep %}{% trans %}yes{% endtrans %}{% else %}{% trans %}no{% endtrans %}{% endif %} |
{% if fetch.scan %}{% trans %}yes{% endtrans %}{% else %}{% trans %}no{% endtrans %}{% endif %} |
- {{ fetch.folders.data | join(',') }} |
+ {{ fetch.folders | join(',') }} |
{{ fetch.last_check | format_datetime or '-' }} |
{{ fetch.error or '-' }} |
{{ fetch.created_at | format_date }} |