{% extends 'users/_user.html' %} {% block title %}Recent Activity{% endblock %} {% block usercontent %} {% for action in recent_activity %} {% endfor %}
Time Action
{{ action.time|date:'SHORT_DATETIME_FORMAT' }} {{ action.icon }} {{ action.message|safe }}
{% endblock %}