2019-11-01 18:55:09 +00:00
|
|
|
{% macro talkEventLocation(eventData, event) %}
|
|
|
|
{% if eventData.location %}
|
|
|
|
in {{ eventData.location }}
|
|
|
|
{% endif %}
|
2019-11-01 18:55:25 +00:00
|
|
|
|
|
|
|
{% if event.online %}
|
|
|
|
(online)
|
|
|
|
{% endif %}
|
2019-11-01 18:55:09 +00:00
|
|
|
{% endmacro %}
|