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

Sign In

{% csrf_token %} {{ form.as_p }} Forget password?
Don't have an account?
{% endif %} {% endblock content %}