{% macro network_state(size='small') -%}
{% if size == 'small' %} {% else %}

Not implemented

{% endif %}
{%- endmacro %} {% macro controller_state(size='small') -%}
{% if size == 'small' %} {% else %}

Not implemented

{% endif %}
{%- endmacro %} {% macro controller_message(size='small') -%}
{% if size == 'small' %} {% else %}

Not implemented

{% endif %}
{%- endmacro %} {% macro command_result(size='small') -%}
{% if size == 'small' %} {% else %}

Not implemented

{% endif %}
{%- endmacro %} {% macro controller_commands(size='small') -%}
{% if size == 'small' %}

 

{% else %}

Not implemented

{% endif %}
{%- endmacro %} {% macro node_edit(size='small', node_id='-1') -%}
{% if size == 'small' %}
{% else %}

Not implemented

{% endif %}
{%- endmacro %}