{% extends "base.html" %} {% load static %} {% block title %} Manage Subscription Plans - Gracular {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block body %}
{% include "sidebar-nct-tpl.html" %}
{% include "navbar-nct-tpl.html" %}
{{actionType}} Subscription Plan
{% csrf_token %}
Yes No
Yes No
Active Inactive
Cancel
{% include "footer-nct-tpl.html" %}
{% endblock %}