{# (C) 2020 - ntop.org #}
{* edit_check.breadcrumb *}
{{ i18n("edit_check.category") }}
{{ i18n(edit_check.script.category.i18n_title) }}
{{ i18n("edit_check.description") }}
{{ (i18n(edit_check.script.gui.i18n_description) or edit_check.script.gui.i18n_description) .. ternary(edit_check.script.gui.18n_url, "here", "") }}
{{ i18n("edit_check.author") }}
{{ edit_check.script.script.author }}
{% for _, rendered_hook in ipairs(edit_check.rendered_hooks.templates) do %} {% local hook_name = rendered_hook.hook local hook = edit_check.hooks_config[hook_name] local severity = hook.script_conf.severity if severity == nil then severity = hook.script_conf.severity.severity_id end %}
{{ (i18n("edit_check.hooks_name." .. hook_name) or hook_name) }}
{* rendered_hook.template *}
{# Common fields shared across user scripts #}
{% end %}