Order change: Do not expose internal name

This commit is contained in:
Raphael Michel
2023-07-26 15:41:02 +02:00
parent 071a3e2c9b
commit d7e70fd0b9

View File

@@ -5,9 +5,9 @@
<div class="panel panel-default items">
<div class="panel-heading">
<h3 class="panel-title">
<strong>{{ position.item }}</strong>
<strong>{{ position.item.name }}</strong>
{% if position.variation %}
{{ position.variation }}
{{ position.variation.value }}
{% endif %}
</h3>
</div>