diff --git a/apimanager/consumers/templates/consumers/includes/filter_pagination.html b/apimanager/consumers/templates/consumers/includes/filter_pagination.html new file mode 100644 index 0000000..7736ca1 --- /dev/null +++ b/apimanager/consumers/templates/consumers/includes/filter_pagination.html @@ -0,0 +1,12 @@ +{% load i18n %} +
+
+ + +
+
+ + +
+ +
\ No newline at end of file diff --git a/apimanager/consumers/templates/consumers/index.html b/apimanager/consumers/templates/consumers/index.html index 20bb14b..8f31a45 100644 --- a/apimanager/consumers/templates/consumers/index.html +++ b/apimanager/consumers/templates/consumers/index.html @@ -44,6 +44,13 @@ +
+
+

{% trans "Pagination" %}

+ {% include "consumers/includes/filter_pagination.html" %} +
+
+

{% trans "Statistics" %}