templates/widgets/temporary_checkbox.html (2 lines of code) (raw):

{% if widget.value != None %}<b>Temporary ID:</b> {{ widget.value }}<br>{% endif %} {% include "django/forms/widgets/checkbox.html" %}