{% include 'custom_admin/base.html' %} {% include 'custom_admin/navbar.html' %} {% load static %} {% block body %}
{% for testimonial in testimonials %} {% endfor %}
S No. Image Status Actions
{{forloop.counter}} {% if testimonial.status == 1 %} Active {% else %} Inactive {% endif %}  Delete
{% for message in messages %} {% endfor %} {% endblock %}