{{ newsData.titol }}
{{ newsData.data|date:"j F Y" }} {{ newsData.data|date:"H:i O" }}
{{ newsData.autor }}
{{ newsData.categoria }}
{{ newsData.comentari_set.count }} comentaris
{% if newsData.geolatitud != 0 %}
{{ newsData.localitzacio }}
{% endif %}
{% endif %}
{{ newsData.contingut | safe }}
{% if newsData.tags != '' %}
{% endif %}
Comentaris
{% if comentaris %} {% for comment in comentaris %} {% if user == comment.autor %}
{% if newsData.autor == comment.autor %}
{% endif %}
{% else %}
{% else %}
{% endif %}
{{ comment.autor }}
{{ comment.data|date:"j F Y" }} {{ comment.data|date:"H:i O" }}
#{{ forloop.revcounter }}
{{ comment.contingut }}
{% if comment.autor.userprofile.picture %}
{% else %}
{% endif %}
{% if newsData.autor == comment.autor %}
{% else %}
{% endif %}
{% if comment.autor.userprofile.picture %}
{% else %}
{% endif %}
{% if newsData.autor == comment.autor %}
{% if user.is_authenticated %}
{% else %}
{% endif %}
{% endfor %}
{% else %}
No hi ha comentaris per mostrar
{% endif %}
{% endif %}
{{ comment.autor }}
{{ comment.data|date:"j F Y" }} {{ comment.data|date:"H:i O" }}
#{{ forloop.revcounter }}
{{ comment.contingut }}