{% extends 'base_structure/layout/base_template.html' %} {% load static %} {% block stylesheet %} {% include "cdn_through_html/datatable_cdn_css.html" %} {% include "cdn_through_html/animate_cdn_css.html" %} {% include "cdn_through_html/modal_cdn_css.html" %} {% include "cdn_through_html/switches_cdn_css.html" %} {% include "cdn_through_html/sweetalert2_cdn_css.html" %} {% endblock %} {% block content %}

Manage Feedback

{% comment %} {% endcomment %} {% comment %} Add Category {% endcomment %} {% comment %} Add FAQ {% endcomment %}
{% endblock content %} {% block javascript %} {% include "cdn_through_html/datatable_cdn_js.html" %} {% include "cdn_through_html/datatable_button_cdn_js.html" %} {% include "cdn_through_html/sweetalert2_cdn_js.html" %} {% endblock %}