{% extends "admin/layout.html" %} {% block title %}{{ _("Akismet Configuration") }}{% endblock %} {% block contents %}

{{ _("Akismet Configuration") }}

{% trans api_link='http://wordpress.com/api-keys/' %} Akismet will help you to reduce or even completely eliminate the comment spam you get on your site. If you don't have a WordPress.com account yet, you can get one at WordPress.com. {% endtrans %}

API Key

{%- call form() %}

{{ form.api_key() }}

{%- endcall %} {% endblock %}