{% comment %}This is the base code block for timeline. It should be included from others. {% endcomment %} {% load i18n %} {% load pagination_tags %} {% load sorting_tags %} {% load txcommontags %} {% autosort actionlog %} {% with actionlog.count as actionlog_total %} {% autopaginate actionlog 30 %}
{% trans 'None available' %}
{% else %}{% anchor action_type # %} | {% anchor user User %} | {% anchor action_time "Time" %} | {% trans "Description" %} |
---|---|---|---|
{{ entry.user }} | {{ entry.action_time|timesince }} | {{ entry.message|safe }} |