<divclass="chart-info">{% trans "Enrollments" %}</div>
{% trans "This graph displays the current enrollment for the course as of the end of each day. This includes new enrollments as well as unenrollments." as tip_text %}
{% include "chart_tooltip.html" with tip_text=tip_text track_category="trend" %}
{% blocktrans with value=chart_tooltip_value %}This age histogram presents data computed for the {{ value }}% of enrolled students who provided a year of birth.{% endblocktrans %}
{% endcaptureas %}
{% include "chart_tooltip.html" with tip_text=tip_text track_category="histogram"%}
{% blocktrans with value=chart_tooltip_value %}This graph presents data for the {{ value }}% of enrolled students who provided a highest level of education completed.{% endblocktrans %}
{% endcaptureas %}
{% include "chart_tooltip.html" with tip_text=tip_text track_category="bar"%}
{% blocktrans with value=chart_tooltip_value %}This graph presents data for the {{ value }}% of enrolled students who specified their gender.{% endblocktrans %}
{% endcaptureas %}
{% include "chart_tooltip.html" with tip_text=tip_text track_category="bar"%}