{% load wagtailadmin_tags i18n %} {% base_url_setting default="" as base_url %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %}
{% block branding_logo %}{% endblock %}
 
 
{% block title %}
{% block title_content %}{% endblock %}
{% endblock %} {% block greeting %}

{% blocktrans trimmed with username=user.get_short_name|default:user.get_username %}Hello {{ username }},{% endblocktrans %}

{% endblock %} {% block content %} {% endblock %}
{% block preferences %} {% trans "Edit your notification preferences here:" %} {{ base_url }}{% url 'wagtailadmin_account' %}#tab-notifications {% endblock %}