{% extends "base.html" %} {% block title %}Design Scorecard — {{ sc.design_name }}{% endblock %} {% block content %}
← Canvas

🎯 Design Scorecard

{{ sc.design_name }} · {{ sc.domain }}
{% if sc.safety_impacting %}Safety Impacting{% endif %} {% if sc.rights_impacting %}Rights Impacting{% endif %}
{{ sc.overall_score }}%
{{ sc.health }}
Overall Health
{{ sc.overall_score }}%
{% for d in sc.dimensions %}
{{ d.label }} weight {{ d.weight_pct }}%
{{ d.score }}%
{{ d.detail }}
{% endfor %}
Quick Actions
{% endblock %}