+
+
-
- {% block quick_links %}{% endblock %}
+
+ {% block quick_links %}{% endblock %}
-
- {% trans %}entity.edit.btn{% endtrans %}
-
-
+
+ {% trans %}entity.edit.btn{% endtrans %}
+
+
{{ entity.lastModified | format_datetime("short") }}
-
-
+
+
{{ entity.addedDate | format_datetime("short") }}
+
+
+ {% if entity is instanceof("App\\Entity\\Parts\\Storelocation") %}
+ {{ dropdown.profile_dropdown('storelocation', entity.id, true, 'btn-secondary w-100 mt-2') }}
+ {% endif %}
+
-
- {% if entity is instanceof("App\\Entity\\Parts\\Storelocation") %}
- {{ dropdown.profile_dropdown('storelocation', entity.id, true, 'btn-secondary w-100 mt-2') }}
- {% endif %}
-
+
+
+ {% if entity.attachments is not empty %}
+
+ {% include "Parts/info/_attachments_info.html.twig" with {"part": entity} %}
+
+ {% endif %}
+
+ {% if entity.parameters is not empty %}
+
+ {% for name, parameters in entity.groupedParameters %}
+ {% if name is not empty %}
{{ name }}
{% endif %}
+ {{ helper.parameters_table(parameters) }}
+ {% endfor %}
+
+ {% endif %}
+
+ {% if entity.comment is not empty %}
+
+ {% endif %}
-
-
- {% if entity.attachments is not empty %}
-
- {% include "Parts/info/_attachments_info.html.twig" with {"part": entity} %}
-
- {% endif %}
-
- {% if entity.parameters is not empty %}
-
- {% for name, parameters in entity.groupedParameters %}
- {% if name is not empty %}
{{ name }}
{% endif %}
- {{ helper.parameters_table(parameters) }}
- {% endfor %}
-
- {% endif %}
-
- {% if entity.comment is not empty %}
-
- {% endif %}