{% if not post.user == request.user %}
{% is_online post.user as status %}
{{ post.user }}
{% else %}
{{ post.user }}
{% endif %}
{{ post.get_action_display }}
{{ post|has_resource|safe }}
{% if post|show_settings:request.user %}
{% endif %}
{% trans 'In' %} {{ post.last_update }} {{ post|is_edited }}
{% autoescape off %} {% endautoescape %} {% if post.image %}