{% extends 'base.html' %} {% load i18n fontawesome_5 humanize %} {% block body %} {% include 'news/dashboard-news.html' %}

{% trans 'Intervention' %}

{% fa5_icon 'pencil-ruler' %}
{% trans 'Total' %}
{{total_intervention_count|intcomma}}
{% trans 'Shared with you' %}
{{user_intervention_count|intcomma}}

{% trans 'Compensation' %}

{% fa5_icon 'leaf' %}
{% trans 'Total' %}
{{total_compensation_count|intcomma}}
{% trans 'Shared with you' %}
{{user_compensation_count|intcomma}}

{% trans 'Eco-account' %}

{% fa5_icon 'tree' %}
{% trans 'Total' %}
{{total_eco_count|intcomma}}
{% trans 'Shared with you' %}
{{user_eco_count|intcomma}}

{% endblock %}