{% load i18n %}

{% translate "What did you learn?" %}

{% if block_type == 'vertical' %} {% translate "Congratulations, you've reached the end of this unit!" %}
{% translate "Help future students by selecting the skills or subjects you learned from this unit." %} {% elif block_type == 'video' %} {% translate "Help future students by selecting the skills or subjects you learned from this video." %} {% endif %}

{% for skill in skills %} {% endfor %}