{% extends 'partials/base.html' %} {% load static %} {% block content %}
{% block title %} {% include 'partials/title.html' with title='Testimonials' text='Dashboard' textone='Content' texttwo='Testimonials' %} {% endblock %}

Testimonials List

{% for record in testimonials %} {% endfor %}
ID Author Role Content Date Added Action
{{ record.ID }} {{ record.Role }} {{ record.Content }} {{ record.DateAdded }}
{% endblock %}