{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Proxmox Endpoint" %} | {{ object.endpoint|linkify|placeholder }} |
|---|---|
| {% trans "Name" %} | {{ object.name }} |
| {% trans "Comment" %} | {{ object.comment|placeholder }} |
| {% trans "Status" %} | {{ object.get_status_display }} |
{{ object.raw_config }}