{% 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 %} {% 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 %}