{% extends 'dashboard/base.html' %} {% load static %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}

Testimonials

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% for testimonial in testimonials %} {% if testimonial.image %} {% else %} {% endif %} {% endfor %}
# Image Name Position Action
{{ forloop.counter }}timgNo image{{ testimonial.name }} {{ testimonial.position }}
{% endblock %}