{% assign events_to_show = "Introduction to DataSnipper, Introduction to the Financial Statement Suite, Automation with DataSnipper, Welcome to the Financial Statement Suite, DataSnipper Tips & Tricks, DataSnipper Q&A, Financial Statement Suite Tips & Tricks" | split: ", " %} {% include "header" %} {% include "sub_navigation" %}
{{ custom_page.headline }}
{{ custom_page.subheadline }}
All
DataSnipper
Financial Statement Suite
Interactive Learning
{% if training_events.available.any? %}
{% for training_event in training_events.available %} {% if events_to_show contains training_event.title %} {% for session in training_event.sessions %} {% assign session_date = session.year | append: "-" | append: session.month | append: "-" | append: session.day %}
{{ session.day }} {{ session.month | date: "%b" }}
{{ session.starts }}
{{ session.year }} {{ session.time_zone }}
{% if session.registered? %}
Registered
{% endif %}
{{ training_event.title | strip }}
{{ training_event.description | strip_html }}
{{ session.instructor }}
{% t shared.view %} event
{% endfor %} {% endif %} {% endfor %}
{% else %} {% include "training_events_zero_state" %} {% endif %}
{% include "footer" %}