{{ event.title }}
{% if event.socialSettings and event.socialSettings.enableSharing %}Share this Event
{% if event.socialSettings.isPlatformEnabled('facebook') %}
Share
{% endif %}
{% if event.socialSettings.isPlatformEnabled('twitter') %}
Tweet
{% endif %}
{% if event.socialSettings.isPlatformEnabled('linkedin') %}
Share
{% endif %}
{% if event.socialSettings.isPlatformEnabled('whatsapp') %}
Send
{% endif %}
{% if event.socialSettings.isPlatformEnabled('email') %}
Email
{% endif %}