← Semua tulisan
{% if post.category %}
{{ post.category.name }}
{% endif %}
{% if post.status == 'draft' %}
Draft — hanya terlihat olehmu
{% endif %}
{{ profile.full_name|slice:":1"|upper }}
{{ profile.full_name }}
{{ post.published_at|date:"d F Y"|default:"Belum terbit" }}
·
{{ post.reading_time }} menit baca
·
{{ post.views_count|intcomma }} dilihat
Komentar ({{ comments|length }})
{% for c in comments %}{% if c.website %}{{ c.name }}{% else %}{{ c.name }}{% endif %} {{ c.created_at|naturaltime }}
{{ c.body|linebreaksbr }}
{% for r in c.replies.all %} {% if r.is_approved %}{{ r.name }} {{ r.created_at|naturaltime }}
{{ r.body|linebreaksbr }}
Belum ada komentar. Jadilah yang pertama!
{% endfor %}Tinggalkan Komentar
Komentar akan tampil setelah disetujui.