{% extends "base.html" %} {% set editing = session is not none %} {% block title %}{{ 'Edit session' if editing else 'New session' }} — The Shooter's Network{% endblock %} {% block content %}

{{ 'Edit session' if editing else 'Log a session' }}

{% set f = prefill or session %}

Basic info

Weather

Equipment & Ammo

{% if not rifles %}
Add a rifle first
{% endif %}

Notes & Visibility

Cancel
{% endblock %}