{% load daddy_avatar%} {% load pin_tags %}
{{profile.name}}

{{profile.bio}}

{% if profile.website != '' %} {{profile.website}} {% endif %}
{% if cur_user.id != request.user.id %} {% include "pin/following_box.html"%} {% else %} ویرایش مشخصات {% endif%}