{% for event in event_list %}{{event.start_date}}{% if show_categories and event.categories %} - {% for category in event.categories %}{{category}}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}{% if show_uid %} - {{event.uid}}{% endif %} - {{event.summary}}{% if show_description  and event.description %}{{newline}}{{event.description}}{% endif %}
{% endfor %}
