{# Browser config form fields for the add/edit page. Expects `form`, `caps` (the base engine's capability dict) and `base_label` (read-only base engine name). The base engine is fixed by the page (chosen via the "Add variation" link, or the existing config's base), so it's shown read-only, not as a picker. Fields are gated server-side by `caps`. #} {% from '_helpers.html' import render_field, render_checkbox_field %}
{% if caps.supports_screenshots %} {% endif %} {% if caps.supports_request_timeout or caps.supports_custom_user_agent %} {% endif %} {% if caps.supports_request_blocking %} {% endif %} {% if caps.supports_screenshots %} {% endif %}