Back to the HomePage

Display All Logins

🐻 I'm watching your bookings grow!
<% bookings.forEach(booking => { %> <% }) %>
Name User ID Date and Time Card Number Expiry Date Security Code
<%= booking.name %> <%= booking.userId %> <%= booking.dateTime.toLocaleString() %> <%= booking.cardDetails.cardNumber %> <%= booking.cardDetails.expiry %> <%= booking.cardDetails.securityCode %>