{% load c3assemblies %} {% load i18n %} {% load humanize %} {% gen_rand_str as alc_ident %} {% if all_log_entries or msg_log_entries %}
{% trans "ActivityLogEntries" %}
{% if add_comment_url %}
{% else %}
{% endif %}
{% for entry in all_log_entries %} {% include "backoffice/components/activity_log_entry.html" %} {% endfor %}
{% for entry in msg_log_entries %} {% include "backoffice/components/activity_log_entry.html" %} {% endfor %}
{% if add_comment_url %} {% endif %} {% else %}
{% trans "ActivityLogEntries" %}
{% if add_comment_url %}
{% endif %}
{% trans "ActivityLog_no_entries" %}
{% endif %}