{% extends "base.html" %} {% load static %} {% block title %} Manage Payments - Gracular {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block body %}
{% include "sidebar-nct-tpl.html" %}
{% include "navbar-nct-tpl.html" %}

Manage Payments

Manage Payments
{% include "footer-nct-tpl.html" %}
{% endblock %}