{% extends "base.html" %} {% block title %} AHTAPOT-PS PORT DÜZENLE {% endblock %} {% block content %} {% if message %} Mesaj : {{message}} {% endif %}
{% if tcp or udp %}
{% csrf_token %}

TCP

{% for port in tcp %} {{port}} {% endfor %}

UDP

{% for port in udp %} {{port}} {% endfor %}

{% endif %} {% endblock %}