{% extends "wagtailadmin/generic/base.html" %} {% load i18n %} {% block content %} {% comment %} Override the content block instead of main_content so we get the full-width layout without the nice-padding. However, this means we need to include the header block again (and only do {{ block.super }} inside it). {% endcomment %} {% block header %} {{ block.super }} {% endblock %} {% block listing %}