{% extends "base.html" %} {% block title %}Fields - {{ process.process_name }} - ScanLook{% endblock %} {% block content %}
{{ process.process_name }}
| Field Name | Label | Type | Required | Excel Cell | Actions |
|---|---|---|---|---|---|
{{ field.field_name }} |
{{ field.field_label }} | {{ field.field_type }} | {{ '✓' if field.is_required else '—' }} | {{ field.excel_cell or '—' }} | Edit |
No header fields defined yet.
| Field Name | Label | Type | Required | Excel Column | Actions |
|---|---|---|---|---|---|
{{ field.field_name }} |
{{ field.field_label }} | {{ field.field_type }} | {{ '✓' if field.is_required else '—' }} | {{ field.excel_cell or '—' }} | Edit |
No detail fields defined yet.