{% extends "base.html" %}{% block content %}
| Company | Key | Label | Type | Required | Status | Action |
|---|---|---|---|---|---|---|
| {{ x.company }} | {{ x.key }} | {{ x.label }} | {{ x.field_type|title }} | {{ x.is_required|yesno:"Yes,No" }} | {{ x.is_active|yesno:"Active,Inactive" }} | Edit |
| No custom fields configured. | ||||||