{% extends "admin/base_site.html" %} {% load static %} {% load i18n %} {% block content %}
{% trans "Welcome back" %}, {{ user.get_full_name|default:user.username }}. {% trans "Here's what's happening today." %}
{% trans "Add widgets to your SPECTRA_CONFIG in settings.py to see them here." %}