notification_body=TextAreaField('Notification Body',default='{{ watch_url }} had a change.',validators=[validators.Optional(),ValidateJinja2Template()])
<spanclass="pure-form-message-inline">Some sites use JavaScript to create the content, for this you should <ahref="https://github.com/dgtlmoon/changedetection.io/wiki/Fetching-pages-with-WebDriver">use the Chrome/WebDriver Fetcher</a></span><br>
<spanclass="pure-form-message-inline">You can use variables in the URL, perfect for inserting the current date and other logic, <ahref="https://github.com/dgtlmoon/changedetection.io/wiki/Handling-variables-in-the-watched-URL">help and examples here</a></span><br>
<spanclass="pure-form-message-inline">
{% if watch['processor'] == 'text_json_diff' %}
Current mode: <strong>Webpage Text/HTML, JSON and PDF changes.</strong><br>
<ahref="{{url_for('edit_page', uuid=uuid)}}?switch_processor=restock_diff"class="pure-button button-xsmall">Switch to re-stock & Price detection mode for single product pages</a>
{% else %}
Current mode: <strong>Re-stock detection.</strong><br>
<ahref="{{url_for('edit_page', uuid=uuid)}}?switch_processor=text_json_diff"class="pure-button button-xsmall">Switch to Webpage Text/HTML, JSON and PDF changes mode.</a>