{% extends "wagtailadmin/base.html" %} {% load i18n %} {% load static %} {% load wagtailadmin_tags %} {% block titletag %}{% trans "Block Inventory" %}{% endblock %} {% block content %} {% trans "Block Inventory" as header_str %} {% include "wagtailadmin/shared/header.html" with title=header_str icon="placeholder" %}