diff --git a/plinth/templates/port-forwarding-info.html b/plinth/templates/port-forwarding-info.html index 3af138b7f..777de2310 100644 --- a/plinth/templates/port-forwarding-info.html +++ b/plinth/templates/port-forwarding-info.html @@ -3,6 +3,7 @@ {% endcomment %} {% load i18n %} +{% load plinth_extras %} {% if port_forwarding_info.ports %}

{% trans "Port Forwarding" %}

@@ -14,7 +15,7 @@ Your FreedomBox is not behind a router. No action is necessary. {% endblocktrans %} - + {% icon 'check' %}

{% elif port_forwarding_info.router_configuration_type == 'dmz' %}

@@ -23,7 +24,7 @@ you are using the DMZ feature to forward all ports. No further router configuration is necessary. {% endblocktrans %} - + {% icon 'check' %}

{% else %}