{% extends 'base/base.html' %} {% load static %} {% block othermeta %} {% if post.media %} {% else %} {% endif %} {% endblock %} {% block title %}{{ post.user.user_hash }} on Sayches {% endblock %} {% block content %}
{% if not is_block_post %}
{% for reaction in reactions %} {{reaction.reaction_name}} {%endfor%}
{% else %} {% include "base/suspended.html" %} {% endif %}
{%include 'feed/popup.html'%} {%include 'feed/post/report.html'%} {% endblock content %} {% block js %} {% endblock js %}