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

Carers signed up

{{ num_users }}

Completed onboarding?

{{ users_completed_onboarding }}

Total number of Special Mentions

{{ num_reviews }}

Special Mentions this month

{{ reviews_this_month }}

Average score lifetime

{{ average_score|floatformat:1 }} stars

Average score this month

{% if average_score_this_month %}

{{ average_score_this_month|floatformat:1 }} stars

{% else %}

No Special Mentions yet

{% endif %}
{% endblock %}