{% extends "base.html" %} {% block title %}{{order.name}}'s Booking{% endblock %} {% block main %}

From here, you can easily manage all aspects of your booking, including composing your hotel room, designing your badge, and updating your payment information. Simply use the buttons below to navigate between the different sections.

Buttons marked with ⚠️ require your attention

If you have any questions or issues while using this page, please don't hesitate to contact us for assistance. We look forward to seeing you at Furizon Beyond!


Useful information

{% if order.has_early or order.has_late %} {% endif %}
Where? Park Hotel Sacro Cuore · Cavalese (TN)
When{{' (convention)' if order.has_early or order.has_late else ''}}? 13 October → 15 October 2023
When (check-in)? {{('29' if order.has_early else '30')|safe}} May → {{('4' if order.has_late else '3')|safe}} June 2023 {% if order.has_early %} EARLY {% endif %} {% if order.has_late %} LATE
{% endif %}
Your ticket {% if order.sponsorship %} You are a {{'super' if order.sponsorship == 'super' else ''}}sponsor!
{% endif %} Show Check-in Barcode ({{order.code}}) {% if order.status == 'paid' and order.room_confirmed %}
Download ticket PDF {% endif %}

Manage your booking

{% include 'blocks/payment.html' %} {% include 'blocks/room.html' %} {% include 'blocks/badge.html' %}
Barcard

This year's badges will be NFC-enabled and serve as a digital barcard, allowing you to load 'drinks' onto your badge and use it to purchase beverages at the bar without the need for physical cash or the risk of losing a paper barcard. The barcard system will be enabled closer to the convention, so you will have the opportunity to load your badge in advance and enjoy a convenient, cashless experience at the event. Keep an eye out for updates on when the system will be live and available for use.

Get to know others

Attendee list

If you want to find out where your friends are staying at the convention, just click this link to see a list of all attendees and their assigned rooms. You'll be able to see which rooms are already occupied and by whom, so you can easily plan meet-ups with your friends.

Nose count
{% include 'blocks/karaoke.html' %}
Carpooling

We want to make it easy for attendees to find and offer carpooling options. If you have seats available in your car, you can use our carpooling system to offer rides to other attendees. And if you need a ride, you can search for leftover seats in cars that are already heading to the convention. This is a great way to save money on gas and reduce your carbon footprint, while also getting to know other attendees and making new friends.

Group Chat & Channels

We encourage you to join these groups and participate in the conversations so you can stay in the loop and connect with other attendees. To join the groups, simply click on the links provided down below!

Noticeboard @APSFurizon
Group Chat https://t.me/+H-vcfRyHQAxkODk8
{% include 'blocks/room_extra.html' %}

{{order.code}}

{% endblock %}