{% load helpers %} {% load i18n %}
| {% trans "Address" %} | {{ bmc_endpoint.ip_address.address.ip }}{% if bmc_endpoint.port %}:{{ bmc_endpoint.port }}{% endif %} |
|---|---|
| {% trans "Protocol" %} | {{ bmc_endpoint.get_protocol_display }} |
| {% trans "Last Sync" %} | {{ bmc_endpoint.last_sync|placeholder }} |
| {% trans "Status" %} | {{ bmc_endpoint.last_sync_status|placeholder }} |