{% extends "base.html" %} {% block title %}Sessions — The Shooter's Network{% endblock %} {% block content %}
| Session | Location | Visibility | |
|---|---|---|---|
| {{ s.session_date.strftime('%d %b %Y') }} | {{ s.location_name or '—' }} | {{ 'Public' if s.is_public else 'Private' }} | Edit |