{% extends "wagtailadmin/home.html" %}
{% load wagtailadmin_tags i18n %}
{% block content %}
{{ user|user_display_name }}
{% trans "This is your dashboard on which helpful information about content you've created will be displayed." %}
{% endif %} {% endblock %} {% block extra_js %} {{ block.super }} {% include "wagtailadmin/environment_banner.html" %} {% endblock %}