{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load thumb %} {% load user_actions %} {% load duration %} {% for activity in activities %}
cover
{{ activity.action_object.created_time|naturaldelta }} {% with "activity/"|add:activity.template|add:".html" as template %} {% include template %} {% endwith %}
{% if forloop.last %}
{% endif %} {% empty %} {% if request.GET.last %}
{% trans 'nothing more.' %}
{% else %}
{% url 'users:data' as import_url %} {% blocktrans %}Find and mark some books/movies/podcasts/games, import your data from Goodreads/Letterboxd/Douban, follow some fellow {{ site_name }} users on the fediverse, so their recent activities and yours will show up here.{% endblocktrans %}
{% endif %} {% endfor %}