{% extends "learning/course/base.html" %} {% load i18n learning django_bootstrap_breadcrumbs %} {% block title %}{{ block.super }} − {% blocktrans with ability=objective.ability %}Objective: “{{ ability }}”{% endblocktrans %} {% endblock %} {% block learning_content %}

{% trans "Course(s) where you can validate the following objective: "%}{{ objective.ability }}

{% if page_obj.object_list %} {% for course in page_obj %}
{% include "learning/course/_includes/block/course_block_base.html" with course=course %}
{% endfor %} {% else %} {% trans "There is no course which include this objective." %} {% endif %} {% endblock %}