[icds_twig]
{% if lang == "en" %}
{% set loginmessage = "You will need to login to view your receipts." %}
{% set ticketpriceslabel = "Ticket Prices" %}
{% set noevents = "No upcoming events, please check back later" %}
{% endif %}
{% if lang == "fr" %}
{% endif %}
{% fetchxml collection="conferences" cache="PT30M" %}
{% endfetchxml %}
{% if conferences.results.total_record_count > 0 %}
{% for conference in conferences.results.entities %}
{% fetchxml collection="events" cache="PT30M" %}
{% if user.is_bound %}
{% else %}
{% endif %}
{% endfetchxml %}
COMING
{{conference.bdo_starttime|date("M d") }}
{% endfor %}
{% else %}
{{noevents}}
{% endif %}
[/icds_twig]
{{conference.bdo_starttime|date("Y") }}
{% if conference.rbms_customwebpageid is not null %}
{{conference.bdo_name}}
{% else %}{{conference.bdo_name}}
{% endif %}{{conference.rbms_conferenceshortdescription|raw}} {% if events.results.total_record_count > 0 %}