{% extends "layout.html" %} {% load currency_filters %} {% block header %}

Checkout / Gateway

{% endblock header %} {% block content %}

Log In

{% csrf_token %} {{ login_form }}

Register Now

Logging in now will give you access to your address book and ensure your order is viewable in your order history.

{% csrf_token %} {{ registration_form }}
{% if anon_checkout_allowed %}

Checkout Anonymously

You can checkout without signing in. You will be given the opportunity to register when checkout is complete.

Checkout anonymously

{% endif %} {% endblock content %}