<% if (type === ".SimpleDiagnostic") { %> <% if (typeof modifierPattern !== "undefined" && modifierPattern && typeof modifierReplacement !== "undefined" && modifierReplacement) { %> <% } %>
For devices of type... <% if (typeof deviceDriver === "undefined") { %>Any<% } else { %><%- deviceDriverDescription %><% } %>
In CLI mode <% if (typeof cliMode !== "undefined") { %><%- cliMode %><% } %>
Execute the command <%if (typeof command !== "undefined") { %><%- command %><% } %>
Replace anything matching... <%- modifierPattern %>
...with <%- modifierReplacement %>
<% } else if (type === ".JavaScriptDiagnostic") { %>
<% } %>