{% extends 'base.html' %} {% block content %}
任务信息设置
{% if info.taskType == '默认' %} {% else %} {% endif %}
{% if info.taskType == '书号' %} {% else %} {% endif %}
{% if info.taskType == '书号列表' %} {% else %} {% endif %}
{% if info.taskType == '列表' %} {% else %} {% endif %}
采集信息设置
{% if info.iscf5 == '是' %} {% else %} {% endif %}
{% if info.isimg == '是' %} {% else %} {% endif %}
{% if info.isimg == '是' %} {% else %} {% endif %}
{% if info.ismark == '是' %} {% else %} {% endif %}
代理信息设置
过滤信息设置
{% endblock %}