{% extends "base.html" %} {% block title %}{{ '模板 Template' if is_template else ('编辑 Edit' if policy else '新建 New') }} policy 策略{% endblock %} {% block content %}

{{ '模板策略: ' ~ template_frequency if is_template else ('编辑策略 Edit policy' if policy else '新建策略 New policy') }}

{% if is_template %}

已预选通过校验的 {{ template_frequency }} 概念并给出匹配的调度 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 %}