I have the module for showing the latest events.
Now I would like that if there is no information about the location it will not be shown.
As it is, it will be a long list of empty spaces and I don't want that.
<b> $ {eventDate (% A% d% B% Y)} [! a: $ {eventDate (% H:% M)} $ {endDate (-% H:% M)}] </b> < br> $ {title}
<br> $ {content}
<br> $ {location}
<br> $ {contact}
<br> $ {extraInfo}
if I have not filled in a contact I want to hide this line, how can I do this?
Now I would like that if there is no information about the location it will not be shown.
As it is, it will be a long list of empty spaces and I don't want that.
<b> $ {eventDate (% A% d% B% Y)} [! a: $ {eventDate (% H:% M)} $ {endDate (-% H:% M)}] </b> < br> $ {title}
<br> $ {content}
<br> $ {location}
<br> $ {contact}
<br> $ {extraInfo}
if I have not filled in a contact I want to hide this line, how can I do this?