{% load wagtailcore_tags wagtailimages_tags %}
{% if self.image %} {% image self.image fill-200x200 as card_img %} {{card_img.title}} {% endif %} {% if self.start_time %}
{{self.start_time|time:"H:i"}} {% if self.end_time %} - {{self.end_time|time:"H:i"}}{% endif %}
{% endif %} {% if self.video_id %} {% endif %} {% if self.document %} {% endif %}
{% if self.title %}{{self.title}}{% endif %}
{% if self.presenter %}
{{self.presenter}} {% if self.company %} {{self.company}} {% endif %}
{% endif %}
{{self.description}}
{% for button in self.links %} {% include_block button %} {% endfor %}