{% extends 'blawg/form.html' %} {% load i18n %} {% block title %}{% trans 'Delete entry' %}{% endblock %} {% block main %}
{% trans 'Are you sure you want to delete entry “' %}{{ entry }}{% trans '”?' %}