{% extends "admin/original_base.html" %} {% load i18n static jet_tags %} {% block extrastyle %} {{ block.super }} {% get_current_jet_version as JET_VERSION %} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block footer %} {{ block.super }} {% jet_delete_confirmation_context %} {% jet_change_form_sibling_links_enabled as show_siblings %} {% if change and show_siblings %}
{% trans "Are you sure want to delete this bookmark?" %}