{% extends 'carers/dashboard_layout.html' %} {% load i18n %} {% block title %}{% trans "Reported Special Mentions" %}{% endblock %} {% block custom_main_class %}max-w-4xl{% endblock %} {% block content %}

Reported Special Mentions

{% if reported_reviews %}
{% include 'components/review_list_table.html' %}
{% else %}

No Special Mentions yet!

{% endif %} {% endblock %}