{% for comment in comments %}

{% if comment.author.get_profile.get_photo %} Erabiltzailearen aurpegia {% endif %} {{comment.author.get_profile.get_fullname}} | {{ comment.public_date|date:"Y-m-d" }} | #{{forloop.counter}}

{{comment.body|safe|urlizetrunc:50|linebreaksbr}}

{% if comment.photo %}
{{comment.photo.title}}
{% endif %}
{% endfor %}