{% load static %} {% load proxbox_tags %}
| Name | {% if object.name %}{{ object.name }}{% else %}Empty{% endif %} |
|---|---|
| Domain | {{ object.domain }} |
| IP Address | {{ object.ip_address }} |
| HTTP Port | {{ object.port }} |
| Token Version | {{ object.token_version_label }} |
| Token | {% if object.has_configured_token %}Token will not show here for security.{% else %}Not configured{% endif %} |
| SSL | {% if object.verify_ssl %}{% else %}{% endif %} |