blob: 4a0b907ff46355825cbed1020b818220e81e3791 (
plain)
1
2
3
4
5
6
7
|
{% extends "ishtar/forms/qa_base.html" %}
{% load i18n inline_formset table_form %}
{% block main_form %}
<p>{% trans "Are you sure you want to delete: " %} {{item}}</p>
{% endblock %}
|