{% load microsys_translation %}
{{ MS_TRANS.user_report_total_actions }} {{ window.activity_count }}
{{ MS_TRANS.user_report_activity_breakdown }}
{% for item in window.action_counts %}
{{ item.label }} {{ item.count }}
{% empty %}

{{ MS_TRANS.user_report_empty_activity }}

{% endfor %}
{{ MS_TRANS.user_report_model_breakdown }}
{% for item in window.model_counts %}
{{ item.label }} {{ item.count }}
{% empty %}

{{ MS_TRANS.user_report_empty_activity }}

{% endfor %}