+ {% set order_items = order.items %}
+ {% set json_str_items = model.jsonify(model.convert_list_objects_to_list_options(order_items)) %}
+ |
+ {#
+ {% include 'components/store/_preview_manufacturing_purchase_order_items.html' %}
+ #}
+ {% include 'components/store/_preview_order_items.html' %}
+ |
{% set currency = order.currency %}
{% include 'components/store/_preview_DDL_currency.html' %}
@@ -71,14 +79,6 @@
{{ model.ATTR_VALUE_PREVIOUS }}="{{ order.price_total_local_VAT_incl }}"
>
|
- {% set order_items = order.items %}
- {% set json_str_items = model.jsonify(model.convert_list_objects_to_list_options(order_items)) %}
-
- {#
- {% include 'components/store/_preview_manufacturing_purchase_order_items.html' %}
- #}
- {% include 'components/store/_preview_order_items.html' %}
- |
|
diff --git a/templates/components/store/_row_product.html b/templates/components/store/_row_product.html
index 808f1ca3..32c69613 100644
--- a/templates/components/store/_row_product.html
+++ b/templates/components/store/_row_product.html
@@ -17,7 +17,10 @@
|
-
+ |
View
|
@@ -46,7 +49,10 @@
|
-
+ |
{{ product.name_access_level_required }}
|
diff --git a/templates/components/store/_row_product_permutation.html b/templates/components/store/_row_product_permutation.html
index 4887a43f..04697f09 100644
--- a/templates/components/store/_row_product_permutation.html
+++ b/templates/components/store/_row_product_permutation.html
@@ -52,9 +52,18 @@
|
{% include 'components/store/_preview_DDL_product_permutation_interval_expiration_unsealed.html' %}
|
-
+ |
+
+
+ 0
+
+ |
+
+
+ 0
+
|
{% include 'components/store/_preview_DDL_currency.html' %}
@@ -140,8 +149,11 @@
|
{% include 'components/store/_preview_DDL_product_permutation_interval_expiration_unsealed.html' %}
|
-
-
+ |
+
+ |
+
+
|
{% set currency = permutation.currency_cost %}
diff --git a/templates/components/store/_row_supplier_purchase_order.html b/templates/components/store/_row_supplier_purchase_order.html
index bffb6ca9..62bb729a 100644
--- a/templates/components/store/_row_supplier_purchase_order.html
+++ b/templates/components/store/_row_supplier_purchase_order.html
@@ -4,6 +4,9 @@
{% include 'components/store/_preview_DDL_supplier.html' %}
|
+
+ {% include 'components/store/_preview_order_items.html' %}
+ |
{% include 'components/store/_preview_DDL_currency.html' %}
|
@@ -19,9 +22,6 @@
{{ model.ATTR_VALUE_CURRENT }}="" {{ model.ATTR_VALUE_PREVIOUS }}=""
>
-
- {% include 'components/store/_preview_order_items.html' %}
- |
|
@@ -32,6 +32,11 @@
{% include 'components/store/_preview_DDL_supplier.html' %}
|
+ {% set order_items = order.items %}
+ {% set json_str_items = model.jsonify(model.convert_list_objects_to_list_options(order_items)) %}
+
+ {% include 'components/store/_preview_order_items.html' %}
+ |
{% set currency = order.currency %}
{% include 'components/store/_preview_DDL_currency.html' %}
@@ -56,11 +61,6 @@
{{ model.ATTR_VALUE_PREVIOUS }}="{{ order.cost_total_local_VAT_incl }}"
>
|
- {% set order_items = order.items %}
- {% set json_str_items = model.jsonify(model.convert_list_objects_to_list_options(order_items)) %}
-
- {% include 'components/store/_preview_order_items.html' %}
- |
|
diff --git a/templates/layouts/layout.html b/templates/layouts/layout.html
index 2dec77a2..f011031f 100644
--- a/templates/layouts/layout.html
+++ b/templates/layouts/layout.html
@@ -235,13 +235,17 @@
var _pathHost = "{{ model.get_url_host() }}";
var _rowBlank = null;
var titlePageCurrent = "{{ model.title }}";
+ var _verbose = ("{{ model.app.app_config.DEBUG }}" == "True");
-
+
+
+ {% block page_head %}{% endblock %}
diff --git a/templates/pages/store/_basket.html b/templates/pages/store/_basket.html
index 648aedb0..e9dd9865 100644
--- a/templates/pages/store/_basket.html
+++ b/templates/pages/store/_basket.html
@@ -1,14 +1,12 @@
{% extends 'layouts/layout.html' %}
-{% block title %}{{ model.title }}{% endblock %}
+{% block page_head %}
+
+
+{% endblock %}
+
{% block page_body %}
-
-
-
diff --git a/templates/pages/store/_home.html b/templates/pages/store/_home.html
index 7ebd3a39..7495cf87 100644
--- a/templates/pages/store/_home.html
+++ b/templates/pages/store/_home.html
@@ -1,6 +1,10 @@
{% extends 'layouts/layout.html' %}
-{% block title %}{{ model.title }}{% endblock %}
+{% block page_head %}
+
+
+{% endblock %}
+
{% block page_body %}
{% include 'components/store/_home_body.html' %}
diff --git a/templates/pages/store/_manufacturing_purchase_orders.html b/templates/pages/store/_manufacturing_purchase_orders.html
index f383839e..bac476e7 100644
--- a/templates/pages/store/_manufacturing_purchase_orders.html
+++ b/templates/pages/store/_manufacturing_purchase_orders.html
@@ -1,8 +1,11 @@
{% extends 'layouts/layout.html' %}
+{% block page_head %}
+
+
+{% endblock %}
+
{% block page_body %}
-
-