{{ evaluation_type|title }} Evaluation Report

Generated on {{ generated_at }}

{{ data.score }}/100
{% if evaluation_type == 'lab' %}

{% if data.passed %}Passed ✓{% else %}Not Passed{% endif %}

{% endif %}
{% if data.feedback %}

Feedback

{% endif %} {% if data.breakdown %}

Score Breakdown

{% for key, value in data.breakdown.items() %}
{{ key.replace('_', ' ')|title }}
{{ value }}
{% endfor %}
{% endif %} {% if data.must_mention_hits %}

Points Covered

{% endif %} {% if data.must_mention_misses %}

Points Missed

{% endif %} {% if data.bonus_hits %}

Bonus Points Earned

{% endif %} {% if data.issues %}

Issues Found

{% endif %} {% if data.improvements or data.recommendations %}

Suggestions for Improvement

{% endif %} {% if data.files_analyzed %}

Files Analyzed

{% endif %}