{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load thumb %} {% load user_actions %} {% load duration %} {% for event in events %}
cover
{{ event.created|naturaldelta }}
{{ event.identity.display_name }} {% with "event/"|add:event.template|add:".html" as template %} {% include template %} {% endwith %}
{% if forloop.last %}
{% endif %} {% empty %} {% if request.GET.last %}
{% trans 'nothing more.' %}
{% else %}
{% trans 'nothing so far.' %}
{% endif %} {% endfor %}