{%load widget_tweaks%} {% load static %}
{% include 'adminfront/admin-sidebar.html'%} {% block content %} {% endblock %}

{% if stu %} {% for st in stu %} {% endfor %}
Sr.No. FAQs Question FAQs Answer Page Name Edit Delete
{{st.id}} {{st.faq_question}} {{st.faq_answer}} {{st.page}} Edit
{% csrf_token %}
{% else %}

No Records

{% endif %}