{% extends "label_edit.html" %} {% load bootstrap %} {% load i18n %} {% load sekizai_tags %} {% load attachments_tags %} {% block label_edit_content %}
{% csrf_token %} {{ form|bootstrap }}

This is the unique identifier assigned to this label within the current instance. It can be utilized to access this label through the API. Please note that depending on the 'operational mode' of the labelbase, this ID may be subject to change.

Back to Labelbase Delete
{% endblock %}