{%extends "Management/base.html"%} {%block content%} {% load static%}{% load crispy_forms_tags %}
Welcome!! Have a nice day.

Create New Plan

{% csrf_token %} {{ form| crispy }}
{%endblock content%}