{% extends "base.html" %} {% block title %}{{ form['name'] }} entries · SubmitStream{% endblock %} {% block content %}
{% for s in ['all','new','read','spam'] %} {{ s|capitalize }}{% if not loop.last %} · {% endif %} {% endfor %}
{% if entries %}| When | Preview | Status |
|---|---|---|
| {{ e.sub['created_at'] }} | {{ e.preview }} | {{ e.sub['status'] }} |
No entries{% if status != 'all' %} with status “{{ status }}”{% endif %} yet.