{% extends "base.html" %} {% block title %}Admin Dashboard - {{ cfg.site.name }}{% endblock %} {% block nav_actions %} Logout New Paste {% endblock %} {% block content %}
Active Pastes: {{ active_count }} | Total in DB (inc. expired): {{ pastes|length }}
| ID | Created | Expires | Views | Actions | |
|---|---|---|---|---|---|
{{ paste.id }} |
{{ paste.created_at }} | {{ paste.expires_at or 'Never' }} | {{ paste.views }} |