{% extends "base.html" %} {% set u = d.user %} {% block title %}{{ u.email }}{% endblock %} {% block body %}
enabled · v{{ d.sync.version }} · updated {{ d.sync.updated_at|dt }} (contents are end-to-end encrypted — not readable here)
{% else %}Not enabled.
{% endif %}| Referred | Sent | Converted |
|---|---|---|
| {{ r.referred_email }} | {{ r.created_at|dt }} | {% if r.converted_at %}{{ r.converted_at|dt }}{% else %}pending{% endif %} |
None.
{% endif %}👍 {{ d.feedback.get('up', 0) }} · 👎 {{ d.feedback.get('down', 0) }}
| Kind | Sent | Status | Error |
|---|---|---|---|
| {{ e.kind }} | {{ e.sent_at|dt }} | {% if e.status == 'sent' %}sent{% elif e.status == 'error' %}error{% else %}{{ e.status }}{% endif %} | {{ e.error or '' }} |
None.
{% endif %}| Version | Lang | Accepted |
|---|---|---|
| v{{ a.version }} | {{ a.lang }} | {{ a.accepted_at|dt }} |
None recorded.
{% endif %} {% endblock %}