{% comment %} Renders a single form field based on schema field data. Context variables expected: field — field dict from schema (name, label, field_type, is_required, choices, help_text, default_value, prefill_from_user) group_users — list of {id, name} dicts for user_picker fields user_groups — from context processor; used for group_picker fields subform_slug — slug of the parent subform, used to namespace field names {% endcomment %}
Hold Ctrl / Cmd to select multiple options.
{# ── radio ────────────────────────────────────────────── #} {% elif field.field_type == 'radio' %}{{ field.help_text }}
{% endif %}