{% extends "base.html" %} {% block title %}Deliverables — {{ project.title }} — EVOLUM{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% include "_user_topbar.html" %}
All artifacts the deterministic engine composed for this project — deck, sizzle reel, analyses, prep packets. Download or open inline. No cloud dependency — all stored locally with your project.
{# Define category presentation. Each category gets a section. #} {% set categories = [ ('deck', 'Pitch Deck', 'The investor pitch deck (.pptx)'), ('sizzle', 'Sizzle Reel', 'Beat-by-beat self-contained HTML sizzle reel'), ('analysis', 'Script Analysis', 'Deep deterministic read of the screenplay'), ('audition_prep', 'Audition Prep', 'Per-character casting-grade audition packets'), ('booked_role', 'Booked Role', 'Per-character on-set prep documents'), ('brain', 'Story Brain', 'The structured JSON the engine produced (advanced)'), ] %} {% for kind, label, blurb in categories %}