{% extends "base.html" %} {% block title %}Import Program{% endblock %} {% block content %}
Upload a JSON file containing your program structure, sessions, and sets/reps metadata.
The JSON file should follow the shared schema, including program_name,
description, and a sessions array with exercises.
Each exercise should have id, name, sets,
rep_range, and order.