{% extends "layout.txt" %}{% block content %}{{ _('Your comment has been suspended, it is no longer visible') }}.

{% if reason %}{{ _('Reason:') }} {{ reason }}

{% endif %}{{ _('Comment:') }} {{ text }}

{{ _('If you think this is an error, you can appeal:') }}
{{ comment_url }}{% endblock %}