{% extends "base.html" %} {% block title %}Registration{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_table }}
{% endblock content %}