{% load i18n %}

{% trans "Nodes" %}

{% for i in nodes %} {{ i.name }} {% endfor %}