{% extends "base.html" %} {% block title %}My Relationships{% endblock %} {% block content %}
| Name | Title | Type | ||
|---|---|---|---|---|
| {{ rel.name }} | {{ rel.title or '—' }} | {{ relationship_labels.get(rel.relationship_type, rel.relationship_type) }} | {{ rel.email or '—' }} | |
| No relationships yet. | ||||