{%- macro render_results(results, small=False) %}
{%- if not small -%} {%- endif -%} {%- if not small -%} {%- endif -%} {%- for service in results %} {%- if not small -%} {%- endif -%} {%- if not small -%} {%- endif -%} {%- endfor %}
{{ _("Address") }} {{ _("Hostname") }} {{ _("Proto") }} {{ _("Port") }} {{ _("State") }} {{ _("Info") }}
{{ loop.index }} {{ service.get('address', get_icon('unassigned')) }} {{ service.get('hostname', get_icon('unassigned')) }} {{ service.get('proto', get_icon('unassigned')) }} {{ service.get('port', get_icon('unassigned')) }} {{ service.get('state', get_icon('unassigned')) }} {{ service.get('info', get_icon('unassigned')) }}
{%- endmacro %} {%- macro get_title() -%} {{ get_icon("module-sner") }} {{ _("SNER (services)") }} {%- endmacro %}