icons showing even if there is no reg event data
</div>
{/if}
- {if $event.hide_address.name == 'No'}
- <div class="glm-columns glm-small-12 glm-reg-list-details glm-reg-list-location">
- {if !$event.use_member_location.value && isset($event.locations) && ($event.locations.name || $event.locations.address)}
- {if $event.locations.name}{$event.locations.name}<br>{/if}
- {/if}
- </div>
+ {if $event.hide_address.name == 'No'}
+ {if !$event.use_member_location.value && isset($event.locations) && ($event.locations.name || $event.locations.address)}
+ <div class="glm-columns glm-small-12 glm-reg-list-details glm-reg-list-location">
+ {if $event.locations.name}{$event.locations.name}<br>{/if}
+ </div>
+ {/if}
{/if}
</div>
</div>