{% extends "base_with_sidebar.html"%} {% load i18n l10n marcus_tags %} {% block title %}{% trans "Spam detected" %}{% endblock %} {% block content %}

{% trans "We decided that this comment is spam!" %}

{{ text|linebreaks }}

{% trans "Please fix it..." %}

{% endblock %}