diff --git a/apis_core/apis_metainfo/templates/generic_list.html b/apis_core/apis_metainfo/templates/generic_list.html index 1bf12b122..9dbe5f489 100644 --- a/apis_core/apis_metainfo/templates/generic_list.html +++ b/apis_core/apis_metainfo/templates/generic_list.html @@ -53,13 +53,6 @@

{% load django_tables2 crispy_forms_tags %}
- - {% if togglable_colums %} - Select additional columns - {% column_selector %} - {% endif %} - -
{% crispy filter.form filter.form.helper %}
@@ -118,6 +111,7 @@

{{ data.title }}

{% endif %} {% endblock %} + @@ -125,7 +119,21 @@

{{ data.title }}

{% with table.paginator.count as total %} - Result: {{ total }} items +
+
+

Result: {{ total }} items

+
+
+ + {% if togglable_colums %} +
+ {% column_selector %} + +
+ {% endif %} + +
+
{% if conf_items %}