{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "No scoring units" %}
{% endif%} {% endif%}{% blocktrans with threshold=course_info.course.threshold %}You need at least a {{ threshold }} to pass this course.{% endblocktrans %}
{% endif %} {% endif %} {% if course_info.award %}{% trans "Congratulations, you have completed" %} "{{ course_info.course.name }}". {% trans "Here is a badge!" %}
<img src="{{ course_info.award.get_image_public_url }}" />
{% trans "I want a certificate of completion for this course" %} {% trans "Read more" %}
{% else %}{% trans "You need to complete the course before asking for a certificate of completion." %}
{% endif %} {% else %}{% trans "No certificate available for this course." %}
{% endif %}{% block message-empty %} {% trans "You are not enrolled in any course" %} {% endblock %}
{% endfor %}