{% extends 'base.html' %} {% load static %} {% block content %}

Create Your Account

With a this account, you can save time during checkout, access your shopping bag from any device and view your order history.
{% include 'partials/_messages.html' %}
{% csrf_token %} {% for fm in form %}
{{fm.label_tag}} {{fm}} {{fm.errors|striptags}}
{% endfor %}
{% if form.non_field_errors %} {% for error in form.non_field_errors %} {% endfor %} {% endif %}

Already have an account? Log In
{% endblock content %}