Cryptographic Relationships

{% if cryptographic_links %}
{% for item in cryptographic_links %}{% endfor %}
ObjectTypeRelationshipOrigin
{{ item.other }}{{ item.type_label }}{{ item.relation_label }}{{ item.link.get_origin_display }} {% if item.can_remove %}Remove{% endif %}
{% else %}
No cryptographic relationships.
{% endif %}

Linked NetBox Objects

{% if generic_links %}
{% for item in generic_links %}{% endfor %}
ObjectTypeRelationshipOriginNote
{% if item.other.get_absolute_url %}{{ item.other }}{% else %}{{ item.other }}{% endif %}{{ item.type_label }}{{ item.relation_label }}{{ item.link.get_origin_display }}{{ item.link.note|default:"—" }} {% if item.can_remove %}Remove{% endif %}
{% else %}
No additional NetBox objects linked.
{% endif %}