{% if instance.get_connect_port %}
{{ instance.get_connect_host }}:{{ instance.get_connect_port }}
{% elif instance.interface_set.count < 1%}
{% trans "The VM doesn't have any network interface." %}
{% else %}
{% trans "The required port for this protocol is not forwarded." %}
{% endif %}
{% if instance.ipv6 and instance.get_connect_port %}