diff --git a/templates/helper.twig b/templates/helper.twig
index ff0d921f..1957864f 100644
--- a/templates/helper.twig
+++ b/templates/helper.twig
@@ -168,6 +168,14 @@
{% endif %}
{% endmacro %}
+{% macro entity_last_modified(entity, datetime_format = "short") %}
+ {{ _self.date_user_combination(entity, true, datetime_format) }}
+{% endmacro %}
+
+{% macro entity_created_at(entity, datetime_format = "short") %}
+ {{ _self.date_user_combination(entity, false, datetime_format) }}
+{% endmacro %}
+
{% macro user_icon(user) %}
{% endmacro %}
diff --git a/templates/parts/info/_attachments_info.html.twig b/templates/parts/info/_attachments_info.html.twig
index 4f8e3b81..4b1ba28a 100644
--- a/templates/parts/info/_attachments_info.html.twig
+++ b/templates/parts/info/_attachments_info.html.twig
@@ -1,3 +1,5 @@
+{% import "helper.twig" as helper %}
+
{# Action for order information #}
-
|
diff --git a/templates/parts/info/_part_lots.html.twig b/templates/parts/info/_part_lots.html.twig
index ddf7d43d..e6d8637f 100644
--- a/templates/parts/info/_part_lots.html.twig
+++ b/templates/parts/info/_part_lots.html.twig
@@ -13,6 +13,7 @@
{# Tags row #} | {# Button row #} + | @@ -63,21 +64,21 @@ |
- |
+ + | {# Action for order information #}
+
+
+ |
+
{% endfor %}
diff --git a/templates/parts/info/_sidebar.html.twig b/templates/parts/info/_sidebar.html.twig
index 9d6296df..5fb8caef 100644
--- a/templates/parts/info/_sidebar.html.twig
+++ b/templates/parts/info/_sidebar.html.twig
@@ -10,11 +10,11 @@
---|