{% extends "base.html" %} {% block title %}Annotate photo — {{ session.label }}{% endblock %} {% block content %}
Sessions{{ session.label }} › Annotate

{{ photo.caption or 'Photo annotation' }}

✕ Close
{# ── Canvas ── #}
{# ── Control panel ── #}
{# Step indicator #}
Reference line
Point of Aim
Points of Impact
Results

{# Shooting distance (always visible, pre-filled from session) #}
{# Clean barrel checkbox #}

{# Step 0: Reference line #}

Click two points on the image to draw a reference line — e.g. a known grid square or target diameter.

{# Step 1: POA #} {# Step 2: POIs #} {# Step 3: Results #}
{# end control panel #}
{% endblock %}