{% extends 'store/index.html' %} {% load static %} {% load crispy_forms_tags %} {% block content %} Signup for Virgin Fashion {% if user.is_authenticated %} {% else %}

Sign Up

{% csrf_token %} {{ form.as_p }}

Already have an account? Sign In

{% endif %} {% endblock content %}