{% extends "base.html" %} {% block content %}

Manage Pastes

{% for paste in pastes %} {% endfor %}
ID Owner ID Filename Created At Actions
{{ paste.id }} {{ paste.owner_id }} {{ paste.filename or 'View Paste' }} {{ paste.created_at }}
Back to Dashboard
{% block scripts %} {{ super() }} {% endblock %} {% endblock %}