[msdyncrm_twig]
{% fetchxml collection=”conferences” cache=”PT30M” %}
{% endfetchxml %}
{% if conferences.results.total_record_count > 0 %}
There are no past events listed.
{% endif %} [/msdyncrm_twig]
-
{% for conference in conferences.results.entities %}
{{conference.bdo_name}}
{{conference.bdo_starttime|date(“M d, Y”) }}
{{conference.bdo_details|raw}}
{% endfor %}
There are no past events listed.
{% endif %} [/msdyncrm_twig]