<spanclass="pure-form-message-inline">Organisational tag/group name used in the main listing page</span>
</div>
<divclass="pure-control-group">
<spanid="duration">
{{ render_field(form.minutes_between_check) }}
</span>
{{ render_field(form.minutes_between_check) }}
{% if using_default_minutes %}
<spanid="minutes-message-default"class="pure-form-message-inline">Currently using the <a
<spanclass="pure-form-message-inline">Currently using the <a
href="{{ url_for('settings_page', uuid=uuid) }}">default global settings</a>, change to another value if you want to be specific.</span>
{% else %}
<spanid="minutes-message-non-default"class="pure-form-message-inline">Set to blank to use the <a
<span class="pure-form-message-inline">Set to blank to use the <a
href="{{ url_for('settings_page', uuid=uuid) }}">default global settings</a>.</span>
{% endif %}
</div>
<divclass="pure-control-group">
<!-- <span id="seconds-warning" class="pure-form-message-inline" style="display:{{'' if watch.use_seconds == True else 'none'}};">Warning: Setting the recheck duration too short can overload the queue and lead to
unstable performance and application crashes. Test and adjust the duration to ensure
it allows sufficent time to check the target website before queing the watch again.</span> -->