{%- extends 'base.html' -%} {%- block content -%} {%- set tips = [ _("Changedetection.io can monitor more than just web-pages! See our plugins!") ~ ' ' ~ _('More info') ~ '', _("You can also add 'shared' watches.") ~ ' ' ~ _('More info') ~ '' ] -%} {%- from '_helpers.html' import render_simple_field, render_field, render_nolabel_field, sort_by_title -%} {% if llm_configured %} {% endif %}

{{ render_nolabel_field(form.url, placeholder="https://...", required=true, class="pure-input-1") }}
{% if llm_configured %}
{% endif %}
{{ render_simple_field(form.processor) }}
{# Option lists for the bulk Browser / Proxy modals (rendered by watch-overview.js into a ModalDialog). Mirrors the choices on the watch edit page. Kept inert inside