{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "Firewall Alias" %}
{% trans "Proxmox Endpoint" %} {{ object.endpoint|linkify|placeholder }}
{% trans "Scope" %} {{ object.get_scope_display }}
{% trans "Virtual Machine" %} {{ object.virtual_machine|linkify|placeholder }}
{% trans "Name" %} {{ object.name }}
{% trans "CIDR" %} {{ object.cidr }}
{% trans "Comment" %} {{ object.comment|placeholder }}
{% trans "Status" %} {{ object.get_status_display }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}