I'm using the code below to list the price and the currency type associated with it:
[types field="price" format="FIELD_NAME: FIELD_VALUE"][/types] [types field="currency"][/types]
I don't want to display "currency" if the "price" field is empty, can you help me with the contidional html output example please?