{% load dlux_tags %} {% load dlux_translation %}
{% for log in logs %}
{{ log.action|translate_log:'action' }} {{ log.model_name|translate_log:'model' }} {{ log.created_at|date:"Y-m-d H:i" }}
{% empty %}

{{ DLUX_STRINGS.user_report_empty_activity }}

{% endfor %}
{% if logs|length > 8 %}
{% endif %}