{% extends "widgy/popup_base.html" %} {% load i18n %} {% block content %}

{% blocktrans with page_title=object.title %}Unpublishing {{ page_title }}{% endblocktrans %}

{% blocktrans %} Unpublishing will cause this page to disappear from the live site. Users who go to this page will get a 404 (File Not Found) error page. Are you sure you want to unpublish this page? {% endblocktrans %}

{% csrf_token %}
{% endblock %}