diff --git a/pinaxcon/templates/symposion/dashboard/_categories.html b/pinaxcon/templates/symposion/dashboard/_categories.html index a7d701347254242da1afdc1255b7c66fb78970a5..700aec03f3822ef81b1d0a125c8fadaf8ad4e390 100644 --- a/pinaxcon/templates/symposion/dashboard/_categories.html +++ b/pinaxcon/templates/symposion/dashboard/_categories.html @@ -7,7 +7,7 @@ {% load staticfiles %} {% if user.is_staff %} -
+

{% trans "Administration" %}

@@ -21,17 +21,16 @@
{% endif %} -
-
-
-

{% trans "Attend" %} {% conference_name %}

-
+
+
+
+

{% trans "Attend" %} {% conference_name %}

+
-
- -
+
+
{% if not user.attendee.completed_registration %}
@@ -42,11 +41,13 @@ Get your ticket
+
+
{% else %} -
+
-

Attendee Profile

+

Attendee Profile

If you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile up until the 15th January 2018

@@ -55,10 +56,10 @@
-
+
-

Account Management

+

Account Management

If you would like to change your registered email address or password, you can use our self-service account management portal

@@ -66,99 +67,63 @@
+
+
+
+
{% items_pending as pending %} -
-
-
-

Account

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

Account

+
+ + {% if pending %} +
+

Items pending payment

+ {% include "registrasion/_items_list.html" with items=pending %} + Check out and pay +
+ {% endif %} - {% items_purchased as purchased %} - {% if purchased %} -
-
-
-
Paid Items
-
-
- {% include "registrasion/_items_list.html" with items=purchased %} -
-
-
- {% endif %} -
-
-
-
Add/Update Items
-
-
- {% include "registrasion/_category_list.html" with categories=categories %} -
-
-
+ {% items_purchased as purchased %} + {% if purchased %} +
+

Paid Items

+ {% include "registrasion/_items_list.html" with items=purchased %} +
+ {% endif %} - {% invoices as invoices %} - {% if invoices %} -
-
-
-
Invoices
-
-
-
    - {% for invoice in invoices %} - {% if invoice.is_void %} -
  • - {% endif %} - Invoice {{ invoice.id }} - - ${{ invoice.value }} ({{ invoice.get_status_display }}) -
  • - {% endfor %} -
- -
-
-
- {% endif %} +
+

Add/Update Items

+ {% include "registrasion/_category_list.html" with categories=categories %} +
- {% available_credit as credit %} - {% if credit %} -
-
-
-
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 %} + {% invoices as invoices %} + {% if invoices %} +
+

Invoices

+
    + {% for invoice in invoices %} -
-
+
+ {% endif %} - {% endif %} + {% available_credit as credit %} + {% if credit %} +
+

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 %}
-
\ No newline at end of file +
+{% endif %} {# user.attendee.completed_registration #}