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

Create New Plan

{% for plan in plans %} {% endfor %}
ID Name Description Price Update Delete
{{ plan.id }} {{ plan.name }} {{ plan.description }} {{ plan.price }} Update Delete
{%endblock content%}