{{!-- Displays a single event in the event overview table Related JS module(s): eventOverviewModule.js --}}

{{{startDate}}} {{#if endDate}} {{#compare startDate '!==' endDate}} {{#if translations.until}}{{{translations.until}}}{{else}}–{{/if}}{{{endDate}}} {{/compare}} {{/if}}

{{{startTime}}}{{#if endTime}} – {{{endTime}}}{{/if}} {{{translations.timeSuffix}}}

{{#if category}}{{{category}}}{{/if}} {{#if organisation}}{{{organisation}}}{{/if}} {{#if location}}{{{location}}}{{/if}}

{{{title}}}

{{#if attendanceNote}}

{{{attendanceNote}}}

{{/if}}
{{!-- Display download button for .ics file if available --}} {{#if icsAvailable}}
{{/if}} {{!-- Display registration button if available --}} {{#if buttonLabel}}
{{{buttonLabel}}}
{{/if}}