diff --git a/passbook/admin/templates/administration/application/list.html b/passbook/admin/templates/administration/application/list.html index 3ee4004094..89718d12bf 100644 --- a/passbook/admin/templates/administration/application/list.html +++ b/passbook/admin/templates/administration/application/list.html @@ -18,6 +18,7 @@ {% if object_list %}
+ {% include 'partials/toolbar_search.html' %} @@ -66,14 +67,23 @@ {% include 'partials/pagination.html' %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Applications.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any application." %} + {% else %} {% trans 'Currently no applications exist. Click the button below to create one.' %} + {% endif %}
{% trans 'Create' %}
diff --git a/passbook/admin/templates/administration/certificatekeypair/list.html b/passbook/admin/templates/administration/certificatekeypair/list.html index 782ecbc958..ec93338ef2 100644 --- a/passbook/admin/templates/administration/certificatekeypair/list.html +++ b/passbook/admin/templates/administration/certificatekeypair/list.html @@ -18,6 +18,7 @@ {% if object_list %}
+ {% include 'partials/toolbar_search.html' %} @@ -68,14 +69,23 @@ {% include 'partials/pagination.html' %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Certificates.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any certificates." %} + {% else %} {% trans 'Currently no certificates exist. Click the button below to create one.' %} + {% endif %}
{% trans 'Create' %}
diff --git a/passbook/admin/templates/administration/flow/list.html b/passbook/admin/templates/administration/flow/list.html index 1f6ca4ae46..8d72955af4 100644 --- a/passbook/admin/templates/administration/flow/list.html +++ b/passbook/admin/templates/administration/flow/list.html @@ -18,6 +18,7 @@ {% if object_list %}
+ {% include 'partials/toolbar_search.html' %}
{% trans 'Create' %} {% trans 'Import' %} @@ -73,14 +74,23 @@ {% include 'partials/pagination.html' %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Flows.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any flows." %} + {% else %} {% trans 'Currently no flows exist. Click the button below to create one.' %} + {% endif %}
{% trans 'Create' %} {% trans 'Import' %} diff --git a/passbook/admin/templates/administration/group/list.html b/passbook/admin/templates/administration/group/list.html index 69c0468633..893391b827 100644 --- a/passbook/admin/templates/administration/group/list.html +++ b/passbook/admin/templates/administration/group/list.html @@ -19,6 +19,7 @@ {% if object_list %}
+ {% include 'partials/toolbar_search.html' %}
{% trans 'Create' %} @@ -65,14 +66,23 @@ {% include 'partials/pagination.html' %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Groups.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any groups." %} + {% else %} {% trans 'Currently no group exist. Click the button below to create one.' %} + {% endif %}
{% trans 'Create' %}
diff --git a/passbook/admin/templates/administration/outpost/list.html b/passbook/admin/templates/administration/outpost/list.html index 4392687dbb..8b3b54d3b1 100644 --- a/passbook/admin/templates/administration/outpost/list.html +++ b/passbook/admin/templates/administration/outpost/list.html @@ -20,6 +20,7 @@ {% if object_list %}
+ {% include 'partials/toolbar_search.html' %} @@ -87,14 +88,23 @@ {% include 'partials/pagination.html' %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Outposts.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any outposts." %} + {% else %} {% trans 'Currently no outposts exist. Click the button below to create one.' %} + {% endif %}
{% trans 'Create' %}
diff --git a/passbook/admin/templates/administration/policy/list.html b/passbook/admin/templates/administration/policy/list.html index 552c1a543f..c25f1f3a83 100644 --- a/passbook/admin/templates/administration/policy/list.html +++ b/passbook/admin/templates/administration/policy/list.html @@ -18,6 +18,7 @@ {% if object_list %}
+ {% include 'partials/toolbar_search.html' %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Policies.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any policies." %} + {% else %} {% trans 'Currently no policies exist. Click the button below to create one.' %} + {% endif %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Property Mappings.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any property mappings." %} + {% else %} {% trans 'Currently no property mappings exist. Click the button below to create one.' %} + {% endif %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Providers.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any providers." %} + {% else %} {% trans 'Currently no providers exist. Click the button below to create one.' %} + {% endif %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Sources.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any sources." %} + {% else %} {% trans 'Currently no sources exist. Click the button below to create one.' %} + {% endif %}
@@ -20,6 +19,7 @@ {% if object_list %}
+ {% include 'partials/toolbar_search.html' %}
{% else %} +
+
+ {% include 'partials/toolbar_search.html' %} +
+
- +

{% trans 'No Stages.' %}

+ {% if request.GET.search != "" %} + {% trans "Your search query doesn't match any stages." %} + {% else %} {% trans 'Currently no stages exist. Click the button below to create one.' %} + {% endif %}