% if @already_reserved %> <% booking = @already_booked.first %>
<%= t("bus_booking.registered_date") %> | <%= booking.created_at.strftime("%Y/%m/%d") %> |
<%= t("bus_booking.name") %> | <%= booking.name %> |
<%= t("bus_booking.email") %> | <%= booking.email %> |
<%= t("bus_booking.department") %> | <%= booking.department %> |
<%= t("bus_booking.dorm_number") %> | <%= booking.dorm_number %> |