{% extends 'base.html' %}{% block content %}
Central labels and data types apply immediately to all categories, forms, tables and exports.
| Field | Label | Description | Data type | Read only | System | Stored values | {{ t('common.actions') }} |
|---|---|---|---|---|---|---|---|
{{d.field_name}} | {{d.label}} | {{d.description or ''}} | {{data_types.get(d.data_type,d.data_type)}} | {{t('common.yes') if d.readonly else t('common.no')}} | {{t('common.yes') if d.is_system else t('common.no')}} | {{value_counts.get(d.id,0)}} | {{t('common.edit')}}{% if not d.is_system %}{% endif %} |