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