{% extends "base.html" %} {% block content %}

配置文件管理

{% for config in configs %} {% endfor %}
文件名 任务名 操作
{{ config.filename }} {{ config.taskname }} 编辑 {% if not config.filename.startswith('example-') %} 删除 {% endif %}
{% endblock %}