{# Translators: This is a label to identify learner educational background. #}
{% trans "High School Diploma or Less" as label %}
{% trans "The percentage of learners who selected Secondary/high school, Junior secondary/junior high/middle school, or Elementary/primary school as their highest level of education completed." as tooltip %}
{% summary_point summary.high_school_or_less|metric_percentage label tooltip=tooltip %}
{# Translators: This is a label to identify learner educational background. #}
{% trans "College Degree" as label %}
{% trans "The percentage of learners who selected Bachelor's degree or Associate degree as their highest level of education completed." as tooltip %}
{% summary_point summary.college|metric_percentage label tooltip=tooltip %}
{# Translators: This is a label to identify learner educational background. #}
{% trans "Advanced Degree" as label %}
{% trans "The percentage of learners who selected Doctorate or Master's or professional degree as their highest level of education completed." as tooltip %}
{% summary_point summary.advanced|metric_percentage label tooltip=tooltip %}
{% else %}
{% show_metrics_error %}
{% endif %}