{% extends "base.html" %} {% block title %}Rules — FreeWeight{% endblock %} {% block content %}

{{ draft.name }}

{% include "partials/_wizard_steps.html" %}

3. {{ step.heading }}

For each criterion, FreeWeight offers the rules that could carry part of it, with the parameters pre-filled. Accept, edit or skip each one — nothing is applied until you say so.

{{ shift.sentence() }}

{% if error %} {% endif %} {% if proposals %} {% for proposal in proposals %}

{{ proposal.criterion_key }} → {{ proposal.rule_type }} {% if proposal.accepted %}accepted{% endif %}

{{ proposal.explanation }}

{% if not proposal.accepted %}
{% include "partials/_csrf.html" %}

Skipping is simply not accepting: leave it and move on.

{% else %}
{{ proposal.parameters | tojson(indent=2) }}
{% endif %} {% endfor %} {% else %}

No rule matches how you described these criteria. That is a normal answer — some qualities genuinely need a judge — and the calibration step is what will tell you how well the jury agrees with you about them.

{% endif %}
{% include "partials/_csrf.html" %}

{% endblock %}