{% extends 'generic/object.html' %} {% load i18n %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
{% trans "Name" %} | {{ object.name }} |
---|---|
{% trans "Protocol" %} | {{ object.protocol }} |
{% trans "Destination Port" %} | {{ object.destination_port }} |
{% trans "Source Port" %} | {{ object.source_port }} |
{% trans "Description" %} | {{ object.description|placeholder }} |