{% extends "base.html" %} {% load i18n %} {% block content %} {% if text %} {{text}} {% else %} {% trans 'Are you sure?' %} {% endif %}