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