{% 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 %}