{% from 'include/input_macros.html' import input, checkbox, copy_to_clipboard %}
List name: {{list_name}}
{% for l in list %} {% if l != '' %} {% endif %} {% endfor %}
Id Ip
{{ loop.index }} {{ copy_to_clipboard(value=l.split(' ')[1]) }}