{% load i18n %}

{% trans "Add a character" %}

{% if message %} {{ message }} {% endif %} {% if form %}
{{ form.as_table }}
{% endif %}