{% extends "account/base.html" %} {% load i18n %} {% block head_title %} {% trans "Sign Up" %}{% endblock %} {% block body %} {% load static %} Are You a Register Customer Login to your own account with only a few clicks. Your personal data is secure with us! Login and registration are SSL secured. We only use your personal information for the processing of your order. Login Back to Home Member Sign up {% csrf_token %} {% for f in form %} {{f.label}} {{f}} {% endfor %} {% if redirect_field_value %} {% endif %} Sign Up {% endblock %}