{% macro render_comment(comment) -%}

{{ comment.author }} | {% if comment.email %}{{ comment.email|e }}{% else %}no email given{% endif %} | {% if comment.www %}{{ comment.www|e }} |{% endif %} IP: {{ comment.submitter_ip }}

{{ comment.body }}

{{ comment.pub_date|datetimeformat|e }} [ {{ _("Edit") }} | {{ _("Delete") }} | {% if comment.is_spam %}{{ _("Not Spam") }} {% elif comment.blocked %} {{ _("Approve") }} {% else %} {{ _("Block") }} {% endif %} ] {{ comment.post.title|e }}

{%- endmacro %}