{% extends "ui/panels/_base.html" %} {% load i18n %} {% comment %} Shown only while a candidate version is awaiting a decision. Both controls are POST forms rather than links: each changes what every consumer of this credential receives. {% endcomment %} {% block panel_content %}

{% blocktrans with staged=object.staged_kv_version live=object.live_kv_version %} Version {{ staged }} is written and waiting. Consumers are still being served version {{ live }}. {% endblocktrans %}

{% csrf_token %}
{% csrf_token %}
{% trans "Removes only the staged version. The live one is untouched." %}
{% endblock panel_content %}