{% extends "actualities/base.html" %} {% load comments i18n %} {% block title %} {{ actuality.title }} {% endblock %} {% block content_title %}
{% for comment in comments %} {% if comment.is_public and not comment.is_removed %}-
{% firstof comment.user.username comment.user_name %}
{{ comment.submit_date|date }}
{{ comment.comment }}
{% endif %}
{% endfor %}