{% extends "admin/base.html" %} {% load static i18n %} {# django-rosetta: use Lucus admin chrome + palette (staff_integrations_theme on /rosetta/). #} {% block title %} {% block pagetitle %}{% translate "Rosetta" %}{% endblock %} | {% if site_title %}{{ site_title }}{% else %}{% translate "Django administration" %}{% endif %} {% endblock %} {# change-list-page: Lucus changelist layout/CSS (#changelist.lucus-changelist, aside, toolbar). #} {% block bodyclass %}rosetta-page change-list-page{% endblock %} {% block extrastyle %} {{ block.super }} {% block extra_styles %}{% endblock %} {% endblock %} {% block extrahead %} {{ block.super }} {# Rosetta ships a tight CSP; without style-src 'unsafe-inline' the scrim’s inline opacity is blocked → full-opaque scrim hides LUCUS_ADMIN_BACKGROUND_IMAGE. Allow http(s) images for off-site wallpaper URLs. #} {{ rosetta_settings_js|json_script:"rosetta-settings-js" }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}