{# vim: set ts=2 et sts=2 sw=2: #} {% if actions.object_list %}
    {% for a in actions.object_list %}
  1. {{ a.title }}

    {{ a.content|safe }}

    {{ datetimeformat(a.created, format='datetime') }}
  2. {% endfor %}
{{ actions|paginator }} {% else %}

{{ _('No recent activity.') }}

{% endif %}