{% extends 'base.html' %} {% load i18n %} {% block title %} {% trans 'Confirm deletion' %} {% endblock %} {% block body %}
{% trans 'Are you sure you want to delete this blog post' %}: {{ post.title }}?