{% extends "base.html" %} {% block title %}Entry #{{ sub['id'] }} · SubmitStream{% endblock %} {% block content %}
{{ sub['created_at'] }} · IP {{ sub['submitter_ip'] or '-' }} · Origin {{ sub['origin'] or '-' }}
| {{ k }} | {% if v is iterable and v is not string %}{{ v|join(', ') }}{% else %}{{ v }}{% endif %} |
| Recipient | Kind | Status | Attempts | Last error | |
|---|---|---|---|---|---|
| {{ n['recipient'] }} | {{ n['kind'] }} | {{ n['status'] }} | {{ n['attempts'] }} | {{ n['last_error'] or '' }} |
No notifications were generated for this entry.
{% endif %}No events.
{% endfor %}