{% extends 'base.html' %} {% load i18n %} {% block title %}Delete board {{ object.name }}{% endblock %} {% block content_title %}
Are you sure you want to delete the board {{ object.name }}?