mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
adding rendering of choice_long and number on CSV
This commit is contained in:
@@ -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 %}
|
Reference in New Issue
Block a user