{% load i18n %} {% load proposal_tags %} {% load review_tags %} {% load teams_tags %} {% load registrasion_tags %} {% load lca2018_tags %} {% load lca2019_tags %} {% load staticfiles %} {% load waffle_tags %} {% if user.is_staff %}

{% trans "Administration" %}

The following administrative tools are available to you:

{% endif %}

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

{% if not user.attendee.completed_registration %}

Register

To attend the conference, you must create an attendee profile and purchase your ticket

Get your ticket
{% else %}

Attendee Profile

If you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile here.

Edit attendee profile {% flag "badge_preview" %} Preview my badge {% endflag %}

Account Management

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

Account Management
{% items_pending as pending %}

Account

{% if pending %}

Items pending payment

{% include "registrasion/_items_list.html" with items=pending %} Check out and pay Apply voucher
{% endif %} {% items_purchased as purchased %} {% if purchased %}

Paid Items

{% include "registrasion/_items_list.html" with items=purchased %} {% if not pending %} Apply voucher {% endif %}
{% endif %}

Add/Update Items

{% missing_categories as missing %} {% if missing %}
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 %} {% 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 %}
{% invoices as invoices %} {% if invoices %}

Invoices

    {% for invoice in invoices %}
{% if invoices|any_is_void %}
{% endif %}
{% endif %} {% flag "raffle_dashboard" %}

Raffle Tickets

View raffle tickets

{% endflag %} {% 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 if you wish to arrange a refund to your original payment source.

{% endif %}
{% endif %} {# user.attendee.completed_registration #}