{% extends "dlux/base.html" %} {% load dlux_tags %} {% block title %}{{ DLUX_STRINGS.control_link_title|default:"Control Panel" }}{% endblock %} {% block extra_head %} {{ block.super }} {% include_once "dlux/forms/assets_head.html" %} {% endblock %} {% block content %}
{{ DLUX_STRINGS.control_link_desc|default:"Pair this application with your central control panel — no .env editing or redeploy." }}
{{ DLUX_STRINGS.control_link_repair_hint|default:"To move this app to a different control panel, pair again below with a fresh token." }}
{% else %}{{ DLUX_STRINGS.control_link_tile_desc|default:"Pair this app with your central control panel." }}
{% endif %}{{ DLUX_STRINGS.control_link_secure_note|default:"The one-use token is handed to the resident agent through the private runtime bridge and cleared after enrollment." }}