{% extends "dashboard/base.html" %} {% load i18n %} {% block content %}

{% if title %} {{ title }} {% else %} Delete confirmation {% endif %}

{% if text %} {{ text|safe }} {% else %} {%blocktrans with object=object%} Are you sure you want to delete {{ object }}? {%endblocktrans%} {% endif %}
{% csrf_token %} Back
{% endblock %}