{% extends "testimonials/dashboard/base.html" %} {% load i18n %} {% block page_description %} {% trans "Monitor key metrics and recent testimonial activity" %} {% endblock %} {% block content %}
| {% trans "Category" %} | {% trans "Total" %} | {% trans "Approved" %} | {% trans "Avg Rating" %} | {% trans "Status" %} |
|---|---|---|---|---|
| {{ category.name }} | {{ category.total }} | {{ category.approved }} | {% if category.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} | |
| {% trans "No categories yet" %} | ||||
| {% trans "Author" %} | {% trans "Content" %} | {% trans "Rating" %} | {% trans "Category" %} | {% trans "Status" %} | {% trans "Date" %} |
|---|---|---|---|---|---|
|
{{ testimonial.author_name }}
{% if testimonial.company %}
{{ testimonial.company }}
{% endif %}
|
{{ testimonial.category.name|default:"—" }} | {{ testimonial.get_status_display }} | {{ testimonial.created_at|date:"M d, Y" }} | ||
| {% trans "No testimonials yet" %} | |||||
| {% trans "Author" %} | {% trans "Content" %} | {% trans "Rating" %} | {% trans "Date" %} | {% trans "Actions" %} |
|---|---|---|---|---|
|
{{ testimonial.author_name }}
{% if testimonial.company %}
{{ testimonial.company }}
{% endif %}
|
{{ testimonial.content|truncatechars:120 }}
|
{{ testimonial.created_at|date:"M d, Y H:i" }} | {% trans "Review" %} |