{% extends 'base/base.html' %} {% load static %} {% load core_extras %} {% load tz %} {% load humanize %} {% block othermeta %} {% if user.profile.bio %} {% endif %} {% endblock %} {% block title %}Sayches / {{ user.name }} ({{ profile.user.username }}){% endblock %} {% block content %}
{% 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 %}
Last updated: {{ last_post_time|naturaltime }}
{%include 'feed/popup.html'%}
{% include 'profile/report.html' %}
{% endblock content %} {% block js %} {% endblock js %}