[{{ comment.date }}]
{% if comment.author_profile %}
{{ comment.author_profile.name }}
{% else %}
{{ comment.nick|raw }}
{% endif %}:
{% if not ( ctx.data.in_comments_thread and comment.childs and (comment.childs_count > 0) ) %}
{% if not comment.owner_of_comment %}
{% if ctx.data.visitor_is_admin and not comment.childs %}
{{ ctx.data.translations.t_reply }}
{% endif %}
{% if ctx.data.reported_spam and ctx.data.reported_spam == comment.id %}
{{ctx.data.translations.t_reported}}
{% else %}
{% if ctx.data.is_logged_in and not comment.is_hidden and not data.comments_form.is_maintenance %}
{{ ctx.data.translations.t_report_spam }}
{% elseif not ctx.data.is_logged_in and not comment.is_hidden and not data.comments_form.is_maintenance %}
{{ ctx.data.translations.t_report_spam }}
{% endif %}
{% endif %}
{% endif %}
{% endif %} {% if data.comments %} {{ data.translations.t_guestbook }} {% else %} {{ data.translations.t_guestbook_empty }} {% endif %} {% macro comments_list (comments, ctx) %} {% for comment in comments %}