{% extends "base.html" %} {% block title %}Dashboard · SubmitStream{% endblock %} {% block content %}
| Form | Entries | Unread | |
|---|---|---|---|
{{ r.form['name'] }}{{ r.form['public_key'] }}{% if not r.form['active'] %} · inactive{% endif %} |
{{ r.total }} | {% if r.unread %}{{ r.unread }}{% else %}0{% endif %} | Entries · Integrate · Settings |
No forms yet.{% if user.is_admin %} Create one in Admin.{% else %} Ask your administrator to set one up.{% endif %}