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

Fields

➕ Add field{{ t('common.back') }}

Central labels and data types apply immediately to all categories, forms, tables and exports.

{% for d in definitions %}{% endfor %}
FieldLabelDescriptionData typeRead onlySystemStored 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 %}
{% endblock %}