{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load thumb %} {% load user_actions %} {% load duration %} {% for event in events %} {{ event.created|naturaldelta }} {{ event.identity.display_name }} {% with "event/"|add:event.template|add:".html" as template %} {% include template %} {% endwith %} {% if forloop.last %}