{% extends "base_content.html" %} {% load i18n %} {% block title %}{% trans "Akismet message" %}{% endblock %} {% block content %}
{% blocktrans %}Akismet believes your {{ action_name }} is spam.{% endblocktrans %}
{% blocktrans %} We're sorry, but Akismet believes your {{ action_name }} is spam.
If you believe this is an error, please contact the forum administrator. {% endblocktrans %}
{% for post_item in post_data.items %} {% endfor %} {{ captcha_form.recaptcha }}
{% endblock %}