{% include "header.html" %} {% load static %}
Testimonials
home
Testimonials
Add
Filters
Name
Select Status
Select status
Active
Inactive
From Dates
To Dates
Filter
{% for testimonial in all_testimonial %} {% endfor %}
Sr.No.
Name
course
Image
Review
Status
Created At
Action
{{forloop.counter}}
{{testimonial.name}}
{{testimonial.course}}
{% if testimonial.image %}
{% else %}
{% endif %}
{{testimonial.review}}
{% if testimonial.status == "Active" %}
{{testimonial.status}}
{% else %}
{{testimonial.status}}
{% endif %}
{{testimonial.created_at}}
{% if all_testimonial.has_previous %}
chevron_left
Prev
{% endif %}
{{ all_testimonial.number }}
{% if all_testimonial.has_next %}
Next
chevron_right
{% endif %}
{% include "sidebar.html"%}
{% include "footer.html" %}
Add Testinomial
{% csrf_token %}
Name
Course Name
Image
Review
Status
Active
Inactive
Add
Cancel
Edit Testimonial
{% csrf_token %}
Name
Course Name
Image
Review
Status
Active
Inactive
Save
Cancel
{% csrf_token %}
Are you sure you want to delete?
Yes
No