{% extends "layout.html" %} {% block title %}{{ _('Your comment has been suspended') }}{% endblock %} {% block preheader %}{{ _('Your comment has been suspended, it is no longer visible') }}.{% endblock %} {% block content %}
{{ _('Your comment has been suspended, it is no longer visible') }}.
{% if reason %}{{ _('Reason:') }} {{ reason }}
{% endif %}
|
{{ text }} |
{{ created_at }} |
{{ _('If you think this is an error, you can appeal:') }}
|
{{ _("If you're having trouble with the button above, copy and paste the URL below into your web browser.") }} {{ comment_url }} |