{% extends 'navbar.html' %} {% load crispy_forms_tags %} {% block title %} {{ title }} {% endblock %} {% block css_block %} {% endblock %} {% block body_block %}
{% if user.user_profile.profile_pic %} {% else %} {% endif %}

{{ user.username }} Edit Profile

{{ user.post.count }} Posts    {{ user.follower.count }} Followers    {{ user.following.count }} Following


{{ user.user_profile.full_name }}

{{ user.user_profile.description }}


{% for post in user.post.all %}
{% endfor %}
{% endblock %}