Recent Activity
{% if activity_log %} {% for activity in activity_log %} {% include 'django_spire/activity/item/activity_item.html' %} {% endfor %} {% else %} {% include 'django_spire/item/no_data_item.html' %} {% endif %}