{% extends "webui/entities/base.html" %} {% load webui_tags %} {% block title %}{{ entity.title }}{% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs entity "Edit" %} {% endblock breadcrumbs %} {% block content %}

{{ entity.id }}

EDIT

IMPORTANT: You are editing the raw object record! Proceed at your own risk!
{% csrf_token %} {{ form.as_table }}

{% endblock content %}