+ {event.name} is being held at {event.location} on { + event.date.toLocaleDateString() + + " at " + + event.date.toLocaleTimeString([], { + hour: "numeric", + minute: "2-digit", + }) + } +
+{event.comments}
+Sorry, we couldn't find your user account.
} + {user && user.hash !== hash &&Sorry, the link you used is invalid.
} + {!event &&Sorry, we couldn't find the event you're looking for.
} +