diff --git a/templates/admin/actions.html b/templates/admin/actions.html
index 8d74636b..767ba205 100644
--- a/templates/admin/actions.html
+++ b/templates/admin/actions.html
@@ -6,11 +6,11 @@
{% if actions_selection_counter %}
{{ selection_note }}
{% if cl.result_count != cl.result_list|length %}
- {{ selection_note_all }}
-
+ {{ selection_note_all }}
+
{% blocktrans with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktrans %}
- {% trans "Clear selection" %}
+ {% trans "Clear selection" %}
{% endif %}
{% endif %}