{% extends 'blawg/form.html' %} {% load i18n %} {% block title %}{% trans 'Delete entry' %}{% endblock %} {% block main %}

{% trans 'Delete entry' %}

{% trans 'Are you sure you want to delete entry “' %}{{ entry }}{% trans '”?' %}

{% csrf_token %}
{% endblock %}