{% extends 'base.html' %} {% load jformat i18n timesince post %} {% block title %}پست {{ post.user.username }}{% endblock title %} {% block content %} {% with request.user as client %} {% with post.users_like as likers %}
{{ comment.user }}
{{ comment.created|timesince }} پیش
{{ comment.body }}
{{ reply.user }}
{{ reply.created|timesince }} پیش
{{ reply.body }}