diff --git a/horilla_views/templates/generic/quick_actions.html b/horilla_views/templates/generic/quick_actions.html
new file mode 100644
index 000000000..f4e98270b
--- /dev/null
+++ b/horilla_views/templates/generic/quick_actions.html
@@ -0,0 +1,144 @@
+{% load i18n %}
+
+
+
+
+ {% trans "Select" %}
+
+ {% comment %} {% endcomment %}
+ ({{queryset.paginator.count}})
+
+
+
+ {% trans "Unselect" %}
+
+ {% comment %} {% endcomment %}
+ (
+ 0
+ )
+
+
+ {% comment %} {% endcomment %}
+
+ {% trans "Export" %}
+
+ (
+ 0
+ )
+
+ {% if bulk_path %}
+
+
+
+ {% trans "Update" %}
+
+ (
+ 0
+ )
+
+
+ {% endif %}
+ {% for filter in stored_filters %}
+
+
+
+
+
+
+
+
+ {% endfor %}
+
+
+ {% if row_status_indications %}
+
+ {% for indication in row_status_indications %}
+
+
+ {{indication.1}}
+
+ {% endfor %}
+
+ {% endif %}
+
+
+
\ No newline at end of file