{% extends "base.html" %} {% block content %}

Scoring settings

Use these sliders/weights to control how the matching algorithm scores each mentor–mentee pair. Weights must add up to 100.

Current total: {{ weights_total }} / 100

{% if weights_total == 100 %} ✅ Ready to score (total is 100). {% elif weights_total > 100 %} ⚠️ Over 100 – reduce some weights. {% else %} ⚠️ Below 100 – increase some weights. {% endif %}

What each component means:
{% endblock %}