{% load i18n %} {% if services %} {% for service in services %}
{{ service.name }} [{{ service.protocol }}] {{ service.port }} --> {{ service.public_port }}
{% endfor %} {% else %}
--
{% endif %}