2017-11-05 18:47:30 +01:00
|
|
|
<field var="{{{o.name}}}">
|
|
|
|
{[ if (_.isArray(o.value)) { ]}
|
|
|
|
{[ _.each(o.value,function(arrayValue) { ]}<value>{{{arrayValue}}}</value>{[ }); ]}
|
2014-11-13 22:18:32 +01:00
|
|
|
{[ } else { ]}
|
2017-11-05 18:47:30 +01:00
|
|
|
<value>{{{o.value}}}</value>
|
2014-11-13 22:18:32 +01:00
|
|
|
{[ } ]}</field>
|