{% load static %} Profile - {{user_profile.user.username}}
{% csrf_token %}
Home {% if user_post_length == 0 %} No Post {% elif user_post_length == 1 %} {{user_post_length}} Post {% else %} {{user_post_length}} Posts {% endif %} {% if user_followers == 0 or user_followers == 1 %} {{user_followers}} follower {% else %} {{user_followers}} followers {% endif %} {{user_following}} following {% if user_object.username == user.username %} Account Settings {% else %} {% endif %}
  • @{{user_profile.user.username}}
{{user_profile.bio}}
    {% for post in user_posts reversed %}
  • {% endfor %}