{% extends "core/base.html" %} {% load static %} {% block title_text %}My Sky{% endblock title_text %} {% block header_text %}Dashsky{% endblock header_text %} {% block content %}
{# ── Form column ─────────────────────────────────────────────────── #}
Local time at birth place. Use 12:00 if unknown.
{# /.sky-form-main #}
{# Wheel column always renders so async SAVE SKY can populate it without a #} {# refresh — visibility (incl. the DEL btn) is gated by body.sky-saved. #}
{% csrf_token %}
{# /.sky-modal-body #}
{# /.sky-page #} {# Planet hover tooltip — position:fixed escapes any overflow:hidden ancestor #} {% comment %} Polish-8 — aspect mini-portal. Mirrors the game-kit / wallet mini-tooltip- portal pattern (Equipped / Unequipped / In-Use) but text-swaps "Aspected" / "Unaspected" tied to the sky-wheel's `_aspectsVisible` state per the currently-active planet/angle. Only shown when the main `#id_sky_tooltip` is open AND the active ring is planets or angles (the rings w. DON|DOFF apparatus); hidden for elements/signs/houses rings + on close. Reuses the `.token-tooltip.token-tooltip--mini` SCSS chrome already declared in `_gameboard.scss:210-220` (ID-keyed rule applies globally since the SCSS bundle is unified via `core.scss`). {% endcomment %}
{% endblock %}