{% extends 'base-ui.html' %} {% load static %} {% load appfilter %} {% load humanize %} {% load blog_filter %} {% block body %}

{{ object.title }}

نویسنده: {{ object.writer|default:"مدیر" }}

{#
#} {# #} {#
#}

{{ object.short }}


{#
#} {#

#} {# اشتراک گذاری در:#} {#

#} {#

#} {# #} {# #} {#

#} {#
#}
{{ object.title }}
{#
#} {#
#} {#
#} {#
#} {#
#} {# #} {# #} {# #} {# #} {# #} {#
#} {#
#} {#
#} {#
#} {#

#} {# امتیاز:#} {# {{ object.rate }} / 5 #} {# |#} {# آرا:#} {# {{ object.rate_count }} #} {# |#} {# بازدید:#} {# {{ object.view|intcomma }} #} {##} {#

#} {#
#} {#
#} {#
#}

{{ object.description|safe }}


هشتگ ها: {% for tag in object.tags.all %} # {{ tag }} {% endfor %}
ارسال نظرات ( {{ object_comments_count }} نظر )
{% if request.user.is_authenticated %} {% else %} {% endif %}
[[ description.length ]] / 500
[[ comment.writer_name ]]

[[ comment.description ]]

[[ form.description.length ]] / 500
[[ reply.writer_name ]] (در پاسخ به [[comment.writer_name]])

[[ reply.description ]]


صفحه [[currentPage]] - نمایش [[comments.length]] از [[count]]
نظر ثبت نشده است! شما اولین باشید.

اخبار مرتبط


{% for object in related_videos %} {% include 'blog/blog-object.html' %} {% endfor %}
{% include 'components/pagination-vue.html' %} {% endblock %} {% block script %} {% endblock %}