{% load bleach_tags %}
{% load static %}
{% load i18n %}
{% load l10n %}
{% load humanize %}
{% load mastodon %}
{% load thumb %}
{% load user_actions %}
{% load duration %}
{% for event in events %}
{% with post=event.subject_post piece=event.subject_post.piece item=event.subject_post.item %}
{% if not post %}
{% else %}
{{ post.content|bleach:"a,p,span,br,div,img"|default:"" }}
{% else %}
{{ post.content|bleach:"a,p,span,br,div,img"|default:"" }}
{% endif %}