{% extends "dash.html" %} {% block main %} {% if curAction and oldName %}

{{ oldName }} ({{ curAction.actionType }})

{% if testMsg %}

{{ testMsg }}

{% end %}

Test Action

Configuration

{% else %}

New Action

{% end %} {% if formErrors %} {% end %}
{% if curAction and oldName %}

Apply to Checks:

{% for checkName in site.checks %} {% set curCheck = site.checks[checkName] %} {% end %}
{% end %}
{% end %}