{% 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
{%endblock%}