{% extends "base.html" %} {% block title %}factory funnel{% endblock %} {% block body %} {% if c %}

cycle {{ c.cycle_id }} · global hypotheses tested: {{ c.global_trials }}

stagecount
proposed{{ c.proposed }}
tested{{ c.tested }}
gauntlet-survived{{ c.survived }}
forward{{ c.forward }}
deployed{{ c.deployed }}
retired{{ c.retired }}

deployed book — HRP weights

{% for a in alloc %}{% endfor %}
sleeveweight
{{ a.strategy_id }}{{ '%.1f'|format(100*a.weight) }}%
{% else %}

no factory cycle recorded yet

{% endif %} {% endblock %}