diff --git a/pinaxcon/templates/registrasion/review.html b/pinaxcon/templates/registrasion/review.html index da2f5dbc5b9f6d5de549287bd52573a6c1969b2a..b6d92cbfb492b1c3da352ed3ccc873ce5c6969a0 100644 --- a/pinaxcon/templates/registrasion/review.html +++ b/pinaxcon/templates/registrasion/review.html @@ -1,6 +1,7 @@ {% extends "registrasion/base.html" %} {% load registrasion_tags %} {% load lca2018_tags %} +{% load lca2019_tags %} {% block page_title %}Review your selection{% endblock %} {% block page_lead %} @@ -15,12 +16,12 @@ {% block proposals_body %} -

Order Review

+

Order Review

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

Current selection

+

Current selection

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

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

@@ -29,14 +30,14 @@ {% items_purchased as purchased %} {% if purchased %}
-

Previously purchased

+

Previously purchased

You've already paid for the following items:

{% include "registrasion/_items_list.html" with items=purchased suffix="(PAID)" %}
{% endif %}
-

Modify your selection

+

Modify your selection

{% missing_categories as missing %} {% if missing %} @@ -51,21 +52,21 @@
{% endif %} -

- You can change your selection from these categories: - {% available_categories as available %} - {% include "registrasion/_category_list.html" with categories=available exclude=missing %} -

+ {% available_categories as available %} + {% if available|contains_items_not_in:missing %} +

You can change your selection from these categories:

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

Voucher

+

Voucher

If you have been given a voucher, please enter your voucher code now.

-

What next?

+

What next?

{% if pending %}

You can either check out an invoice and pay for your selections, or return to the dashboard.