{% load bootstrap %} {% load i18n %}
  • {{ board.board_obj.name }}

    {% translate "Changing the name of this board does not change its URL part. This will remain the same to not break any possible links into this board." %}

    {% csrf_token %} {{ board.board_edit_form|bootstrap }}
    {% include "aa_forum/modals/administration/delete-board.html" with board=board.board_obj %}