{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "Firewall Options" %}
{% trans "Proxmox Endpoint" %} {{ object.endpoint|linkify|placeholder }}
{% trans "Zone" %} {{ object.get_zone_display }}
{% trans "Proxmox Node" %} {{ object.proxmox_node|linkify|placeholder }}
{% trans "Virtual Machine" %} {{ object.virtual_machine|linkify|placeholder }}
{% trans "Enabled" %} {{ object.enable|yesno:"Yes,No,—" }}
{% trans "Input Policy" %} {{ object.policy_in|placeholder }}
{% trans "Output Policy" %} {{ object.policy_out|placeholder }}
{% trans "Status" %} {{ object.get_status_display }}
{% trans "Options" %}
{{ object.options }}
{% trans "Raw Configuration" %}
{{ object.raw_config }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}