{% extends "pybb/base.html" %} {% load i18n pybb_tags %} {% block content %}

{% blocktrans with name=forum.name %}Edit forum: {{ name }}{% endblocktrans %}

{% csrf_token %} {{ form.as_p }}

{% include "pybb/_button_submit.html" %}

{% endblock content %}