{% extends "ewoooc_base.html" %} {% block title %}{{ tool.title }} - EwoooC{% endblock %} {% block extra_css %} {% endblock %} {% block ewooo_content %}
{{ tool.eyebrow }}

{{ tool.title }}

{{ tool.summary }}

{{ tool.status_label }}
{% for check in tool.checks %}
{{ check.label }} {{ check.value }}
{% endfor %}
路由狀態

先回正式工作流

目前先使用下方正式入口,避免決策資料分散。

正式導覽
/{{ tool.key }}
目前設定
{{ tool.configured_label }}
版本
{{ system_version }}
{% if tool.launch_href %} {{ tool.launch_label }} {% endif %} 回分析報表
{% if tool.key == 'webcrumbs' and tool.plugin_previews %}
共用預覽

共用 UI 預覽

{% for preview in tool.plugin_previews %}
{% endfor %}
{% endif %}
可用入口

可用正式入口

{% for action in tool.actions %} {{ action.label }} {% endfor %}
{% endblock %}