{% extends "base.html" %} {% block title %}{{ 'Template' if is_template else ('Edit' if policy else 'New') }} policy{% endblock %} {% block content %}

{{ 'Template: ' ~ template_frequency ~ ' policy' if is_template else ('Edit policy' if policy else 'New policy') }}

{% if is_template %}

Pre-selected the verified {{ template_frequency }} concepts and proposed the matching schedule below — adjust anything before saving; the result is an ordinary policy.

{% endif %} {% if msg %}{% endif %} {% if err %}{% endif %}
{% if policy %}{% endif %}
Identity
Concepts
{% for cat, cs in concept_groups %}
{{ cat }} {% for c in cs %} {% endfor %}
{% endfor %}
Crawl scope
Cancel
estimate: —
{% endblock %}