{% extends base_template %} {% load lucide %} {% comment %} Rendered through the tenant's own skin, so a club sees its own logo and colours rather than a bare error page — this is the platform being unavailable, not the club being gone. {% endcomment %} {% block head_title %}Maintenance{% endblock head_title %} {% block main %}
{{ message }}
{% if maintenance.started_at %}Since {{ maintenance.started_at|date:"j M Y, H:i" }}
{% endif %}