{% load i18n %} {% trans "New Testimonial Submitted" %}

🔔 {% trans "New Testimonial Submitted" %}

{% blocktrans with site_name=site_name %} A new testimonial has been submitted on {{ site_name }} and is awaiting your review. {% endblocktrans %}

{% if testimonial.author_email %} {% endif %} {% if testimonial.company %} {% endif %} {% if testimonial.category %} {% endif %}
{% trans "Author:" %} {{ testimonial.author_name }}
{% trans "Email:" %} {{ testimonial.author_email }}
{% trans "Company:" %} {{ testimonial.company }}
{% trans "Category:" %} {{ testimonial.category.name }}
{% trans "Rating:" %} {% for i in "12345"|make_list %} {% if forloop.counter <= testimonial.rating %} ★ {% else %} ☆ {% endif %} {% endfor %} ({{ testimonial.rating }}/5)
{% trans "Status:" %} {{ testimonial.get_status_display }}

{% trans "Testimonial Content:" %}

"{{ testimonial.content }}"

{% if site_url %} {% endif %}

💡 {% trans "Quick Actions:" %}
{% trans "Log in to your admin panel to approve, reject, or respond to this testimonial." %}

{{ site_name }}
{% trans "Testimonials Management System" %}

{% trans "This is an automated notification. Please do not reply to this email." %}