{% include "profile/profile_section.html" %}
{% if request.user == profile.user %}
{%include 'feed/textarea/create_post.html'%}
{% endif %}
{% if not is_block_post %}
{%include 'profile/sort_by.html'%}
{% else %}
{% include "base/suspended.html" %}
{% endif %}
{% include 'profile/report.html' %}
Last updated: {{ last_post_time|naturaltime }}
{%include 'feed/popup.html'%}