{% extends "wagtailadmin/base.html" %} {% load i18n %} {% load wagtailadmin_tags %} {% block titletag %}{% trans "Pull Forecasts from External Source" %}{% endblock %} {% block content %} {% trans "Pull Forecasts from External Source" as header_str %} {% include "wagtailadmin/shared/header.html" with title=header_str icon="download" %}