{% for activity in activities %} {% endfor %}
# Message Category User Source IP Created
{{ activity.id }} {% if activity.message|length > 75 %} {{ activity.message|slice:":75" }} ... {% else %} {{ activity.message }} {% endif %} {{ activity.get_category_display }} {{ activity.user.username }} {{ activity.source_ip }} {{ activity.created_at }}