{% if can_edit %}

Conference Registration:

{% if object.attendee.confirmed %} {% if RECONFIRMATION %}

Registered and attendance is confirmed.

{% endif %} {% elif object.attendee.completed_timestamp %} {% if RECONFIRMATION %}

Registered but not yet confirmed. Please update your registration and tick the option to confirm your attendance.

{% else %}

Registered.

{% endif %} {% elif object.attendee %}

Partially registered. Please complete your registration.

{% else %}

Not registered to attend the conference.

{% endif %} {% if object.attendee.billable and not object.attendee.paid %}

There are still outstanding invoices (see below). Please pay these before attending the conference.

{% endif %}
{% endif %}