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

Manage Patents

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