{% extends "base.html" %} {% block content %}

{{ 'Edit Contract' if editing else 'New Contract' }}

{% if editing and original_version %}
Editing version {{ original_version }}. Updates will be saved as version {{ editor_state.version }}.
{% endif %} {% if error %}
{{ error }}
{% endif %}
{% if editing %} {% endif %}

Contract basics

Comma-separated list.

Contract custom properties

Use custom properties for governance metadata such as retention, data owners, or draft provenance.

Schema objects

Describe the logical objects and their fields. Field names must be unique within each object.

Servers & storage

Capture where the data lives and how dc43 should resolve dataset versions.

Support & communication channels

Service level agreements

Cancel
{% endblock %}