diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html index 07f5b16..e6db31f 100644 --- a/ogcp/templates/actions/cache.html +++ b/ogcp/templates/actions/cache.html @@ -20,6 +20,7 @@

{{ _('Select the images to be deleted:') }}

+{% if form.images|length > 1 %}
@@ -48,6 +49,11 @@ {{ _('Delete') }} +{% else %} +
+ {{ _('Cache is currently empty in the selected client(s)') }} +
+{% endif %}