{% extends 'allianceauth/base.html' %} {% block page_title %}Alliance Contacts{% endblock page_title %} {% block extra_css %} {% include "bundles/datatables-css.html" %} {% endblock %} {% block content %}
Contact | Contact Type | Labels | Standing | Notes |
---|---|---|---|---|
|
{{ contact.contact_type }} | {% for label in contact.labels.all %}{{ label.label_name }}, {% endfor %} | {{ contact.standing }} | {{ contact.notes }} |