{% trans "Protocol" %}: | {{i.template.access_type|upper}} |
---|---|
{% trans "IP" %}: | {{ i.firewall_host.pub_ipv4 }} |
{% trans "Port" %}: | {{ i.get_port}} |
{% trans "Username" %}: | cloud |
{% trans "Password" %}: | {{ i.pw }} |
{% load i18n %} {% get_current_language as LANGUAGE_CODE %}
{% trans "Protocol" %}: | {{i.template.access_type|upper}} |
---|---|
{% trans "IP" %}: | {{ i.firewall_host.pub_ipv4 }} |
{% trans "Port" %}: | {{ i.get_port}} |
{% trans "Username" %}: | cloud |
{% trans "Password" %}: | {{ i.pw }} |