{{title}}
{{actions|length}} actions.
Tag
Contact
Description
Enabled
Module
Parameters
{% for action in actions %} {% if enable_query == none or action.enabled == enable_query %}
{{action.whiteboard_tag}}
{{action.contact}}
{{action.description}}
{{action.enabled}}
{{action.module}}
{% for param, value in action.parameters.items() %}
{{param}}
{{value}}
{% endfor %}
{% endif %} {% endfor %}