diff --git a/plinth/templates/port-forwarding-info.html b/plinth/templates/port-forwarding-info.html index 3c9c94670..a7b2211a8 100644 --- a/plinth/templates/port-forwarding-info.html +++ b/plinth/templates/port-forwarding-info.html @@ -15,9 +15,22 @@ {% endblocktrans %}

- + + + + + + + + + + {% for port in port_forwarding_info %} + + + + + + {% endfor %} + +
{% trans "Protocol" %}{% trans "From Router/WAN Ports" %}{% blocktrans %}To {{box_name}} Ports{% endblocktrans %}
{{ port.0 }}{{ port.1 }}{{ port.1 }}
{% endif %}