{% 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 %}
路由狀態

入口已由 momo-pro 接管

{{ tool.detail }}

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

Shared UI Hub

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

先回到已上線的分析工作流

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