{% extends "base.html" %} {% block title %}Delete Testimonial | Admin Portal{% endblock %} {% block content %}
Delete Testimonial
{% if testimonial.photo %} {{ testimonial.name }} {% endif %}
{{ testimonial.name }}
{% if testimonial.role %}

{{ testimonial.role }}

{% endif %}

Are you sure you want to delete this testimonial? This cannot be undone.

{% csrf_token %}
Cancel
{% endblock %}