diff --git a/pinaxcon/templates/registrasion/guided_registration_complete.html b/pinaxcon/templates/registrasion/guided_registration_complete.html index 2683957016d40d7929108ee7ee86e645feff80b3..30dc3ce241a8da7aa8735f8e7d7bcb5558aca998 100644 --- a/pinaxcon/templates/registrasion/guided_registration_complete.html +++ b/pinaxcon/templates/registrasion/guided_registration_complete.html @@ -4,21 +4,57 @@ {% block body %} -

Conference Registration – Review

+

Review your selection

{% items_pending as pending %} {% if pending %} -

Step 4 of 4

+

Current selection

-

You're almost done! You've selected the following items:

+

You've selected the following items, which will be in your invoice when + you check out:

{% include "registrasion/items_list.html" with items=pending %} +

You've already paid for the following items:

+ {% items_purchased as purchased %} + {% if purchased %} + {% include "registrasion/items_list.html" with items=purchased suffix="(PAID)" %} + {% endif %} + + + {% missing_categories as missing %} + +

Add to your selection

+ +

You can add these items now, or you can come back and add them in a + later purchase.

+ + {% if missing %} + +

+ You have not selected any items from the following + categories: +

+ {% include "registrasion/_category_list.html" with categories=missing %} + + {% endif %} + +

+ +

You can also select more items from these categories:

+ + {% available_categories as available %} + {% include "registrasion/_category_list.html" with categories=available exclude=missing %} + +

What next?

+

You can either generate an invoice and pay for your registration, or return to - the dashboard to make amendments.

+ the dashboard.

- Check out and pay + + Check out and pay + Return to dashboard