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