{% extends 'base.html' %} {% block content %} {% from '_helpers.html' import render_field %}

{{ _('Restoring changedetection.io backups is in the') }} {{ _('backups section') }}.

{{ _('Enter one URL per line, and optionally add tags for each URL after a space, delineated by comma (,):') }}

{{ _('Example:') }} https://example.com tag1, tag2, last tag

{{ _('URLs which do not pass validation will stay in the textarea.') }}
{{ render_field(form.processor, class="processor") }}
{{ _('Copy and Paste your Distill.io watch \'export\' file, this should be a JSON file.') }}
{{ _('This is') }} {{ _('experimental') }}, {{ _('supported fields are') }} name, uri, tags, config:selections, {{ _('the rest (including') }} schedule) {{ _('are ignored.') }}

{{ _('How to export?') }} https://distill.io/docs/web-monitor/how-export-and-import-monitors/
{{ _('Be sure to set your default fetcher to Chrome if required.') }}

{{ render_field(form.xlsx_file, class="processor") }}
{{ render_field(form.file_mapping, class="processor") }}
{{ _('Table of custom column and data types mapping for the') }} {{ _('Custom mapping') }} {{ _('File mapping type.') }} {% for n in range(4) %} {% endfor %} {% for n in range(4) %} {% endfor %}
{{ _('Column #') }}
{{ _('Type') }}
{% endblock %}