{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "Firewall Security Group" %}
{% trans "Proxmox Endpoint" %} {{ object.endpoint|linkify|placeholder }}
{% trans "Name" %} {{ object.name }}
{% trans "Comment" %} {{ object.comment|placeholder }}
{% trans "Status" %} {{ object.get_status_display }}
{% trans "Raw Configuration" %}
{{ object.raw_config }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}