{% extends "base.html" %} {% block title %}{{ form['name'] }} entries · SubmitStream{% endblock %} {% block content %}

← Dashboard

{{ form['name'] }}

Export CSV

{% for s in ['all','new','read','spam'] %} {{ s|capitalize }}{% if not loop.last %} · {% endif %} {% endfor %}

{% if entries %}
{% for e in entries %} {% endfor %}
WhenPreviewStatus
{{ e.sub['created_at'] }} {{ e.preview }} {{ e.sub['status'] }}
{% else %}

No entries{% if status != 'all' %} with status “{{ status }}”{% endif %} yet.

{% endif %} {% endblock %}