{% extends "webpage/base.html" %} {% block Titel %}Create Label{% endblock %} {% block scriptHeader %} {% include 'autocomplete_light/static.html' %} {% endblock %} {% block content %}

Create

{% load crispy_forms_tags %} {% csrf_token %} {% crispy form %} {% if instance %} delete {% endif %}
{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}