{% extends "wagtailadmin/base.html" %}
{% load wagtailadmin_tags staticfiles 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.get_full_name|default:user.get_username }}
{% trans "This is your dashboard on which helpful information about content you've created will be displayed." %}
{% endif %} {% endblock %}