{% extends "base.html" %} {% block title %}Dashboard — The Shooter's Network{% endblock %} {% block content %}
Welcome back, {{ current_user.display_name or current_user.email }}.
| Title | Date | Shots | Groups | Visibility |
|---|---|---|---|---|
| {{ a.title }} | {{ a.created_at.strftime('%d %b %Y') }} | {{ a.shot_count }} | {{ a.group_count }} | {{ 'Public' if a.is_public else 'Private' }} |
No analyses yet. Upload a CSV file to get started — it will be saved here automatically.
{% endif %}