{{ entity.sales_code | trim }} |
{{ entity.category_code }} |
{{ entity.short_description | trim }} |
{% if entity.type == 'general_item' %}{{ attribute(Types,'0').label }}{% endif %}
{% if entity.type == 'physical_item' %}{{ attribute(Types,'1').label }}{% endif %}
{% if entity.type == 'service_item' %}{{ attribute(Types,'2').label }}{% endif %}
{% if entity.type == 'resident_fee_item' %}{{ attribute(Types,'3').label }}{% endif %}
{% if entity.type == 'advert_fee_image_small_item' %}{{ attribute(Types,'4').label }}{% endif %}
{% if entity.type == 'advert_fee_image_large_item' %}{{ attribute(Types,'5').label }}{% endif %}
{% if entity.type == 'advert_fee_text_business_item' %}{{ attribute(Types,'6').label }}{% endif %}
{% if entity.type == 'advert_fee_property_rental_item' %}{{ attribute(Types,'7').label }}{% endif %}
{% if entity.type == 'advert_fee_property_sale_item' %}{{ attribute(Types,'8').label }}{% endif %}
{% if entity.type == 'advert_fee_non_business_item' %}{{ attribute(Types,'9').label }}{% endif %}
|
{% if entity.type_period == 'n/a' %}{{ attribute(TypePeriods,'0').label }}{% endif %}
{% if entity.type_period == 'monthly' %}{{ attribute(TypePeriods,'1').label }}{% endif %}
{% if entity.type_period == 'six_monthly' %}{{ attribute(TypePeriods,'2').label }}{% endif %}
{% if entity.type_period == 'annual' %}{{ attribute(TypePeriods,'3').label }}{% endif %}
|
{{ d2_config('currency_symbol') }} {{ entity.item_price|number_format(2) }} |
|
{{ entity.create_ts|date("Y/m/d g:ia") }} |
|
|
|