diff --git a/pinaxcon/templates/registrasion/review.html b/pinaxcon/templates/registrasion/review.html index a8ced98097fd8ef32afda54ed1d75821f6563638..da2f5dbc5b9f6d5de549287bd52573a6c1969b2a 100644 --- a/pinaxcon/templates/registrasion/review.html +++ b/pinaxcon/templates/registrasion/review.html @@ -2,9 +2,8 @@ {% load registrasion_tags %} {% load lca2018_tags %} -{% block header_title %}Review your selection{% endblock %} -{% block header_inset_image %}{% illustration "wineglass.svg" %}{% endblock %} -{% block header_paragraph %} +{% block page_title %}Review your selection{% endblock %} +{% block page_lead %} Please ensure that you have selected all of the products you require, including t-shirts and social event tickets. {% endblock %} @@ -22,8 +21,7 @@ {% if pending %}

Current selection

-

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

+

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

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

{% endif %} @@ -39,20 +37,22 @@

Modify your selection

-

+ {% missing_categories as missing %} {% if missing %} - You have not selected anything from the following - categories. If your ticket includes any of these, you still need to - make a selection: - +

+

You have empty categories

+

You have not selected anything from the following + categories. If your ticket includes any of these, you still need to + make a selection: +

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

+
+ {% endif %}

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

@@ -64,7 +64,6 @@

-

What next?

{% if pending %} @@ -88,6 +87,4 @@ {% endif %}
- - {% endblock %}