{% load staticfiles %} Sign Up {%if user.is_authenticated %} {% endif %} {% block content %}

Sign Up

{% csrf_token %}
Already have an Account?
{% if form.errors %} {% for field in form %} {% for error in field.errors %}

{{ error}}

{% endfor %} {% endfor %} {% endif %}
{% endblock %}