{# Options fragment for the selected request-intake adapter (twin of work_items_form.html). Typed fields come from the adapter's options_model JSON schema; no model — or ?mode=raw — falls back to the free-form textarea. Secret values stay env:VAR references. #} {% if intake_fields is not none %}
{% for f in intake_fields %}
{% if f.input_type == 'checkbox' %} {% else %} {% endif %}
{% endfor %}

{{ t('pf.opts_secret_hint') }} {{ t('pf.opts_raw_link') }}

{% else %} {% endif %}