{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags i18n %} {% block titletag %}{% trans "Dashboard" %}{% endblock %} {% block bodyclass %}homepage{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block content %}

{% block branding_welcome %}{% blocktrans %}Welcome to the {{ site_name }} Wagtail CMS{% endblocktrans %}{% endblock %}

{{ user|user_display_name }}
{% if panels %} {% for panel in panels %} {{ panel.render }} {% endfor %} {% else %}

{% trans "This is your dashboard on which helpful information about content you've created will be displayed." %}

{% endif %} {% endblock %} {% block extra_js %} {% endblock %}