{% load i18n %}
{% 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 %}