{% extends "allianceauth/base-bs5.html" %} {% load static %} {% block page_title %}Contacts{% endblock %} {% block content %}
Standing target: {{ settings.standing_target_type|capfirst }} {{ settings.standing_target_id }}
| Contact | Type | Standing | Labels | Association |
|---|---|---|---|---|
| {{ row.name }} | {{ row.contact.contact_type|capfirst }} | {{ row.contact.standing }} | {% for label in row.contact.labels.all %}{{ label.label_name }}{% empty %}No labels{% endfor %} | {% for association in row.associations %}{{ association }}{% empty %}{% if row.can_associate and perms.aa_altcorp.manage_relationships %}{% elif row.can_associate %}Not associated{% else %}—{% endif %}{% endfor %} |
{{ contacts_diagnosis.target_id }}. Contacts exist for: {{ contacts_diagnosis.owner_ids|join:", " }}{% if contacts_diagnosis.owner_count > 10 %} and {{ contacts_diagnosis.owner_count|add:"-10" }} more{% endif %}. The configured standing target is probably wrong.aa_contacts.tasks.update_all_contacts.