{% extends "base.html" %} {% block title %}Import Program{% endblock %} {% block content %}

Import Workout Program

Upload a JSON file containing your program structure, sessions, and sets/reps metadata.

or drag and drop

JSON file up to 10MB

Cancel

JSON Format Requirement

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.

{% endblock %}