{# Options fragment for the selected work-item adapter (plugin UI plan U4). Typed fields come from the adapter's options_model JSON schema (builtin table or the plugin's declared model); no model — or ?mode=raw — falls back to the free-form "key: value" textarea. Secret values stay env:VAR references. #} {% if wi_fields is not none %}
{% for f in wi_fields %}
{% if f.input_type == 'checkbox' %} {% else %} {% endif %}
{% endfor %}

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

{% else %} {% endif %}