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