{% macro cluster_actions(cluster_id, exclude=[]) -%} {% if "table" not in exclude %}{% endif %} {% if "graph" not in exclude %}{% endif %} {% if "profile" not in exclude %}{% endif %} {% if "heatmap" not in exclude %}{%endif%} {%- endmacro %}