{% extends "base.html" %} {% block content %}
| Post | Details | Date | Actions |
|---|---|---|---|
{{ 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 |