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

{% if stu %} {% for st in stu %} {% csrf_token %} {% endfor %}
Sr.No. Title Slug Description Images Gallery_Images Edit Delete
{{st.id}} {{st.title}} {{st.slug}} {{st.description | safe }} Edit
{% csrf_token %}
{% else %}

No Records

{% endif %}