{{ page_utils.print_page_title(i18n("about.alert_defines")) }}
{% for alert_key = 0, 65535 do %} {% if alert_consts.getAlertType(alert_key) then %} {% end %} {% end %}
{{ i18n("plugins_overview.alert_key") }}
{{ string.format("%i", alert_key) }} {{ string.format("%s", alert_consts.getAlertType(alert_key)) }}
{% for status_id = 0, 63 do %} {% if flow_consts.getStatusType(status_id) then %} {% end %} {% end %}
{{ i18n("plugins_overview.status_key") }}
{{ string.format("%i", status_id) }} {{ string.format("%s", flow_consts.getStatusType(status_id)) }}