{% load helpers %}
Parent HBA
{% if object.parent_hba %}
Name {{ object.parent_hba | hyperlinked_object }}
Type {{ object.parent_hba.fsu_type | hyperlinked_object }}
Description {{ object.parent_hba.description }}
{% else %}
No parent HBA
{% endif %}