{% load static %}
{% for comment in comments %}
{% if comment.user.userprofile.profile_picture %} {{ comment.user.username }} {% else %}
{% endif %}
{{ comment.user.username }}
{{ comment.created_date|timesince }} ago

{{ comment.text|linebreaks }}

{% empty %}

No comments yet. Be the first to comment!

{% endfor %}