{# SETTINGS · provider key-test result. Swapped into a per-row #keytest- slot after POST /settings/system/test-key. Tiny inline ✓/✗ + message. The raw key is NEVER here — the server probed the provider and handed us only a boolean + a coarse status + a human message. Context: r : {ok: bool, status: str, message: str, label: str} (None before any test) #} {% if r %} {% if r.ok %} {% else %} {% endif %} {{ r.message }} {% endif %}