1 {% extends "base_content.html" %}
3 {% block title %}{% trans "Akismet message" %}{% endblock %}
6 <div class="headNormal">
7 {% blocktrans %}Akismet believes your {{ action_name }} is spam.{% endblocktrans %}
11 We're sorry, but Akismet believes your {{ action_name }} is spam.<br />
12 If you believe this is an error, please contact the forum administrator.
15 <form action="." method="post">
19 {% for post_item in post_data.items %}
20 <input type="hidden" name="{{ post_item.0 }}" value="{{ post_item.1 }}" />
23 {{ captcha_form.recaptcha }}
28 <td><input type="submit" value"{% trans "Submit" %} /></td>