{% load microsys_translation %}
{{ MS_TRANS.user_report_total_actions }} {{ window.activity_count }}
{% for model in window.models %}
{{ model.label }} {{ model.count }}
{% for action in model.actions %} {{ action.label }} {{ action.count }} {% endfor %}
{% empty %}

{{ MS_TRANS.user_report_empty_activity }}

{% endfor %}