blob: 23d7cc172b01b052f70b88d9685b308c10ce11f9 (
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 %}
|