{% extends "ui/panels/_base.html" %} {% load i18n %} {% block panel_content %}

{% trans "Reading this credential is recorded in the access log against your account." %}

{# POST, not GET: a GET-reachable reveal could be prefetched, bookmarked, #} {# or replayed from history. hx-post keeps that property over HTMX. #}
{% csrf_token %}
{# HTMX swaps the material in here. With scripting disabled the form falls #} {# back to its plain action attribute and the full-page view instead. #}
{% endblock panel_content %}