{% extends "base.html" %} {% block title %}Details form {% endblock %} {% block content %} Please provide the following details.
{% csrf_token %} {{ form.as_table }}

These details cannot be changed once entered.

{% endblock content %}