{% extends "base.html" %} {% block title %}Admin — The Spring{% endblock %} {% block content %}
Site operator controls. Be careful — deletions are immediate and permanent.
| when | ~user | location | body | action |
|---|---|---|---|---|
| {{ pretty_time(c.created_at) }} | ~{{ c.username }} | {{ c.conf }}/{{ c.thread_num }} | {{ c.body[:140] }}{% if c.body|length > 140 %}…{% endif %} |
— none —
{% endif %}| when | ~user | thread | body | action |
|---|---|---|---|---|
| {{ pretty_time(p.created_at) }} | ~{{ p.username }} | {{ p.title[:40] }} | {{ p.body[:120] }}{% if p.body|length > 120 %}…{% endif %} |
— none —
{% endif %}| handle | joined | last seen | cmts | posts | action |
|---|---|---|---|---|---|
| ~{{ u.username }} | {{ pretty_time(u.joined_at) }} | {{ pretty_time(u.last_seen) }} | {{ u.comments }} | {{ u.posts }} |