{% extends "registrasion/base.html" %} {% load bootstrap %} {% load registrasion_tags %} {% block body %}

Conference Registration – Review

{% items_pending as pending %} {% if pending %}

Step 4 of 4

You're almost done! You've selected the following items:

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

You can either generate an invoice and pay for your registration, or return to the dashboard to make amendments.

Check out and pay Return to dashboard
{% else %}

You have no items that need to be paid.

Return to dashboard
{% endif %} {% endblock %}