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 %} +
+
+
+ + {% comment %} {% endcomment %} + ({{queryset.paginator.count}}) +
+
+ + {% comment %} {% endcomment %} + ( + 0 + ) +
+
+ {% comment %} {% endcomment %} + + ( + 0 + ) +
+ {% if bulk_path %} +
+ + + ( + 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