{%- extends 'base.html' -%} {%- block content -%} {%- from '_helpers.html' import render_simple_field, render_field, render_nolabel_field -%}
{{ _('Add a new web page change detection watch') }}
{{ render_nolabel_field(form.url, placeholder="https://...", required=true) }} {{ render_nolabel_field(form.watch_submit_button, title=_("Watch this URL!") ) }} {{ render_nolabel_field(form.edit_and_watch_submit_button, title=_("Edit first then Watch") ) }}
{% if llm_configured %}
{% endif %}
{{ render_field(form.tags, value='', placeholder=_("Watch group / tag"), class="transparent-field") }}
{{ render_simple_field(form.processor) }}

{{ _('Live activity') }}

{{ _('Recent additions and live check status will appear here.') }}

{{ _('Waiting for activity…') }}
{%- endblock -%}