{% load static %} {% load activity_tags %}
{% if post.author.icon_uri %} {% else %} {% endif %} {{ post.author.name_or_handle }} @{{ post.author.handle }} {% if post.summary %}
{{ post.summary }}
{% endif %}
{{ post.safe_content }}
{% if post.attachments.exists %}
{% for attachment in post.attachments.all %} {% if attachment.is_image %} {% endif %} {% endfor %}
{% endif %} {% if request.identity %}
{% include "activities/_like.html" %} {% include "activities/_boost.html" %} {% if request.user.admin %} {% endif %}
{% endif %}