{% load static %}
Register
{%if form.errors%}
{{form.errors}}
{%else%}
{% csrf_token %}
Username:
Password:
Email:
Phone Number:
{%endif%}