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

{% if stu %} {% for st in stu %} {% endfor %}
Sr.No. Title Photo Category Slug Edit Delete
{{st.id}} {{st.title}} {{st.category}} {{st.slug}} Edit
{% csrf_token %}
{% else %}

No Records

{% endif %}