{% extends "base.html" %} {% block content %}
{% for itab in tabs %} {% endfor %}
{% for p in posts %} {% endfor %}
Post Details Date Actions
{{ p.title }}
{{ p['title'] }} - {{ p['short_description'] }}
Pixel scale: {{ p['pixel_scale'] | round(2)}}″/px
Object type: {{ p['object_type'] }}
Location: {{ p['location'] }}
{{ p['created_at'].strftime('%Y-%m-%d') }} Edit Delete
Fields with fixed allowed values show a hint below the label. Use the dropdown when available.
{% if can_manage_site %} This profile has admin access. Site-management and one-time maintenance actions are enabled. {% else %} This profile does not have admin access. Site-management and maintenance actions are hidden. {% endif %}
{% if can_manage_site %}

Admin Maintenance

These actions run once when you click them. They are intended for manual cleanup and backfills.

Redo guiding graphs for all images

Rebuild stored guiding and calibration plots from each image's saved guide logs.

Purge unbound images and thumbnails

Delete uploaded image files and thumbnails that are no longer referenced in the database.

{% endif %}
{%endblock%}