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

{% if stu %} {% for st in stu %} {% csrf_token %} {% endfor %}
Sr.No. Name Function Date Venue theme Image Edit Delete
{{st.id}} {{st.client_name}} {{st.function_date}} {{st.venue}} {{st.theme}} Edit
{% csrf_token %}
{% else %}

No Records

{% endif %}