N°2847 Add field additional content (eg. for bulk modify)

This commit is contained in:
Stephen Abello
2020-12-01 10:09:00 +01:00
parent 5f30729127
commit 5dd6477cfc

View File

@@ -16,4 +16,7 @@
>
<div class="ibo-field--label">{{ aParams.label|raw }}</div>
<div class="ibo-field--value">{{ aParams.value|raw }}</div>
{% if (aParams.comments is not null) %}
{{ aParams.comments|raw }}
{% endif %}
</div>