{% extends "registrasion/base.html" %} {% load bootstrap %} {% load registrasion_tags %} {% block body %}
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.
{% else %}You have no items that need to be paid.
{% endif %} {% endblock %}