+
+ {{ toDateFormat(event.dated) }}
+
+
+
+ {{ formatWdays(event) }}
+
+
+ ({{ toDateFormat(event.started) }} -
+ {{ toDateFormat(event.ended) }})
+
+
+
+ {{ t('eventsPanel.closing') }}:
+
+ {{ dashIfEmpty(toTimeFormat(event.hour)) }}
+
+
+
+ {{ t('eventsPanel.travelingDays') }}:
+
+ {{ dashIfEmpty(event.travelingDays) }}
+
+
+
+ {{ t('eventsPanel.price') }}:
+
+ {{ dashOrCurrency(event.price)() }}
+
+
+ {{ t('eventsPanel.bonus') }}:
+
+ {{ dashOrCurrency(event.bonus)() }}
+
+
+ {{ t('eventsPanel.m3Max') }}:
+ {{ dashIfEmpty(event.m3Max) }}
+
+
+