diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index 82f799bc114709f3e7552f09c51a068ba0cb285e..f9d5926123065bf51a4822d37a1ba974a976cfc8 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -94,97 +94,7 @@ {% endif %} - {% sold_out_and_unregistered as sold_out %} -
-
-
- {% if not user.attendee.completed_registration %} - {% if not sold_out %} - - Register for the conference - - {% endif %} - {% else %} - - Edit your attendee profile - - - {% items_pending as pending %} - {% if pending %} - - Check out and pay - - {% endif %} - {% endif %} - - Enter a voucher code - - {% if user.is_staff %} - View reports - {% endif %} - - -
-

- - {% trans "Registration" %} -

- -
- -
- {% if not user.attendee.completed_registration %} - {% if not sold_out %} -

To attend the conference, you must purchase a ticket. Use our registration form to purchase your ticket. - {% else %} -

There are no tickets available to the general public.

- -

If you have a voucher code, you can enter that voucher code, which may enable tickets for you.

- {% endif %} - {% else %} -

Your registration

- {% items_pending as pending %} - {% if pending %} -
Items pending payment
- {% include "registrasion/_items_list.html" with items=pending %} -

- - Check out and pay for these items.

- {% endif %} - {% items_purchased as purchased %} - {% if purchased %} -
Paid items
- {% include "registrasion/_items_list.html" with items=purchased %} - {% endif %} -
Add/Update items
- {% available_categories as categories %} - {% include "registrasion/_category_list.html" with categories=categories %} - - - {% invoices as invoices %} - {% if invoices %} -
Invoices
- - {% endif %} - - {% available_credit as credit %} - {% if credit %} -

You have ${{ credit }} leftover from refunded invoices. This credit will be automatically applied to new invoices. Contact the conference organisers to - for a refund to your original payment source.

- {% endif %} - {% endif %} - -
-
+ {% include "registrasion/dashboard_widget.html" %}