{% extends "base.html" %} {% block title %}Details form {% endblock %} {% block content %}

Please provide the following details.

Warning!

These details cannot be changed once entered.

{% load crispy_forms_tags %} {% crispy form %} {% endblock content %}