{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "News" %}{% endblock %} {% block bodyclass %}menu-news{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="News" icon="news" %}
{% if has_news %} {% else %}

There are no news pages yet - go add one!

{% endif %}
{% endblock %}