{% load form_helpers %} {% load i18n %} {% trans "Schema valid" as schema_valid_label %} {% trans "Schema invalid" as schema_invalid_label %} {% trans "Validation request failed." as schema_validate_failed_label %} {{ form.non_field_errors }}
| {% trans "Column" %} | {% trans "Allowed objects" %} | {% trans "Required" %} |
|---|---|---|
| {{ col.label }} | {% if col.allowed_objects %} {{ col.allowed_objects|join:", " }} {% else %} — {% endif %} | {% if col.required %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %} |
| {% trans "No columns defined." %} | ||
{{ preview_slug }}