{% load pin_tags %} {% load daddy_avatar %} {% load comments %} {% load thumbnail %}
{% if item_inner.user_id != request.user.id %} {% if follow_status == 0 %} دنبال کردن {% else %} قطع ارتباط {%endif%} {% endif%}
{{item_inner.user|get_username}}
{% thumbnail item_inner.image "603" upscale=False as im %}
{{item_inner.text|remove_newlines|truncatewords:15}}
{% endthumbnail %}
{{item_inner.text|safe|linebreaksbr}}
{{item_inner.like}} {% if user.id == item_inner.user.id%} {% endif %}
{{item_inner.create|jalali_mysql_date}}
{{item_inner.url|get_host}}
برچسب ها
    {% for tag in item_inner.tags.all %}
  • {{tag.name}}
  • {%empty%} فاقد برچسب {% endfor %}
علاقه مندان {% for like in likes%} {% endfor %}
ارسال نظر
{% get_comment_form for item_inner as form %} {% csrf_token %} {{form.content_type}} {{form.object_pk}} {{form.timestamp}} {{form.security_hash}}
    {% get_comment_list for item_inner as comment_list %} {% for comment in comment_list %}
  • {% if comment.user %} {% endif%}
    {{comment.comment}}
  • {% endfor %}