mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 16:54:25 +00:00
adding rendering of choice_long and number on CSV
This commit is contained in:
parent
b97a550e2b
commit
2e59c0666b
@ -0,0 +1 @@
|
|||||||
|
{% if values|length == 1 %}{{ values[0].text|localize_translatable_string|default("")|csv_cell }}{% elseif values|length ==0 %}{{ 'emtpy'|csv_cell }}{% else %}{{ 'pas de rendu multiple'|csv_cell }}{% endif %}
|
1
Resources/views/CustomFieldsRendering/number.csv.twig
Normal file
1
Resources/views/CustomFieldsRendering/number.csv.twig
Normal file
@ -0,0 +1 @@
|
|||||||
|
{% if number is not empty %}{{ number|number_format(scale)|csv_cell }}{% endif %}
|
Loading…
x
Reference in New Issue
Block a user