{% extends "base.html" %} {% block title %}datasette-short-links Admin Panel{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
| ID | Created at | Hits | Last Accessed | Actor | Path | Query parameters |
|---|---|---|---|---|---|---|
{{ link["id"] }}
|
{{ link["created_at"] }} |
{{ link["hits"] }} |
{{ link["last_accessed_at"] or '' }} |
{{ link["actor"] }} | {{ link["path"] }} |
{{ link["querystring"] }}
|