{% extends "wagtailadmin/generic/base.html" %} {% load wagtailadmin_tags i18n %} {% block extra_css %} {{ block.super }} {{ media.css }} {% endblock %} {% block content %} {% fragment as header_title %} {% block branding_welcome %}{{ site_name }}{% endblock %} {% endfragment %} {% component upgrade_notification %}
{% trans "This is your dashboard on which helpful information about content you've created will be displayed." %}
{% endif %}