{% extends 'base.html' %} {% load i18n %} {% block title %}Delete board {{ object.name }}{% endblock %} {% block content_title %}

Delete board {{ object.name }}

{% endblock content_title %} {% block content %}
{% csrf_token %} {% if redirect_field_value %} {% endif %}

Are you sure you want to delete the board {{ object.name }}?

{% endblock %}