{% extends "admin/base.html" %} {% block title %}Testimonial HMI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Testimonial HMI

Kelola testimoni alumni HMI

Tambah Testimonial
Reset
{% if testimonial_list %}
{% for testimonial in testimonial_list %}
{% if testimonial.avatar %} {{ testimonial.name }} {% else %}
{{ testimonial.initial }}
{% endif %}

{{ testimonial.name }}

{{ testimonial.position }}

{% if testimonial.company %}

{{ testimonial.company }}

{% endif %}

{{ testimonial.testimonial }}

{% for i in "12345" %} {% endfor %} ({{ testimonial.rating }}/5)
{% if testimonial.is_active %}Aktif{% else %}Tidak Aktif{% endif %}
{% endfor %}
{% if testimonial_list.has_other_pages %}
Menampilkan {{ testimonial_list.start_index }} sampai {{ testimonial_list.end_index }} dari {{ testimonial_list.paginator.count }} hasil
{% if testimonial_list.has_previous %} First Prev {% endif %} {{ testimonial_list.number }} / {{ testimonial_list.paginator.num_pages }} {% if testimonial_list.has_next %} Next Last {% endif %}
{% endif %} {% else %}
Belum ada testimonial

Mulai dengan menambahkan testimonial pertama

Tambah Testimonial
{% endif %}
{% endblock %}