Publicado
{{ article.title }}
Por {{ article.author.username }}
{{ article.published_at|date:"d M Y" }}
{{ article.summary }}
{% endif %}Reacciones
{% if user.is_authenticated %} Like Dislike {% else %} Inicia sesión para reaccionar. {% endif %}
{{ article.content_html|safe }}
Comentarios ({{ comments|length }})
{% if user.is_authenticated %} {% else %}Debes iniciar sesión para comentar
{% for comment in comments %}
{% empty %}
{% if comment.user.profile.avatar %}
{% else %}
{{ comment.user.username|slice:":1"|upper }}
{% endif %}
{{ comment.user.username }}
{{ comment.created_at|date:"d M Y H:i" }}
{{ comment.body }}
No hay comentarios todavía. ¡Sé el primero en comentar!
{% endfor %}