{% load helpers %}
BMC
{% if bmc_endpoint %}
Address {{ bmc_endpoint.address }}{% if bmc_endpoint.port %}:{{ bmc_endpoint.port }}{% endif %}
Protocol {{ bmc_endpoint.get_protocol_display }}
Last Sync {{ bmc_endpoint.last_sync|placeholder }}
Status {{ bmc_endpoint.last_sync_status|placeholder }}
{% else %}

No BMC endpoint configured.

Add BMC Endpoint {% endif %}