{% extends 'main/base.html' %} {% block title %} Customer Registration {%endblock %} {% block content %}
{% csrf_token %} {{form}}
{% endblock %}