{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% blocktrans with newsitem=newsitem %}Unpublish {{ newsitem }}{% endblocktrans %}{% endblock %} {% block bodyclass %}menu-news{% endblock %} {% block content %} {% trans "Unpublish" as new_str %} {% include "wagtailadmin/shared/header.html" with title=new_str subtitle=newsitem icon="grip" %}