diff --git a/sipa/templates/usersuite/_port_forwardings.html b/sipa/templates/usersuite/_port_forwardings.html index 6ffd4cf8..ecb3ea5b 100644 --- a/sipa/templates/usersuite/_port_forwardings.html +++ b/sipa/templates/usersuite/_port_forwardings.html @@ -1,4 +1,6 @@ -

fffffffff

+
+

port forwardings

+{% if table %}
@@ -7,24 +9,64 @@

fffffffff

+ - + {% if port_forwadings is none %} + + + + + + + + + + {% else %} + {% for port_forwad in port_forwardings %} + + + + + + + + + + + {% endfor %} + {% endif %}
{{ _("destination port") }} {{ _("source ip") }} {{ _("protokoll") }}{{ _("option") }}
- - + + - - + + +
- + +
+
+ + + + + + +
+
+{% else %} + +{% endif %}
\ No newline at end of file