{% extends "pybb/base.html" %} {% load i18n pybb_tags %} {% block breadcrumb %} {% include "pybb/breadcrumb.html" with extra_crumb="New moderator" %} {% endblock %} {% block content %}

{% blocktrans with name=forum.name %}Add a new moderator for {{ name }}{% endblocktrans %}

{% csrf_token %}

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

{% endblock content %}