{% extends "base.html" %} {% load static %} {% block title %}Testimonials | Admin Portal{% endblock %} {% block content %}
Manage testimonials displayed on the public website homepage.
| Order | Name | Role / Program | Quote (preview) | Video | Published | Actions |
|---|---|---|---|---|---|---|
| {{ t.display_order }} |
{% if t.photo %}
|
{{ t.role }}
{% if t.program %}
{{ t.program.name }} {% endif %} |
{% if t.video_url %} {% else %} — {% endif %} | {% if t.is_published %} Published {% else %} Draft {% endif %} |
Add your first testimonial to display it on the website homepage.
Add First Testimonial