{% extends "base.html" %} {% block title %}Address Book{% endblock %} {% block content %}
Saved FTN and email contacts. Used for netmail recipient lookup.
| Name | FTN | Notes | |||
|---|---|---|---|---|---|
| {{ e.name }} |
{% if e.ftn_address %}
{{ e.ftn_address }}
{% if e.crashmail_default %}CRASH{% endif %}
{% endif %}
|
{{ e.email or '' }} | {{ e.notes or '' }} |