{% extends 'base.html' %} {% load i18n %} {% block content %}

{{ title }}

{% translate "Confirm deletion" %}

{% include 'ndh/delete.html' %} {% endblock %}