{% load i18n learning %} {% if objectives_on_entity %} {% for objectives_on_entity_object in objectives_on_entity %}
{{ entity_type }}
{% if entity_type == "Course" %} {% with url_name="learning:course/detail"%} {{ objectives_on_entity_object.course }} {% endwith %} {% elif entity_type == "Activity" %} {% with url_name="learning:course/detail/activity"%} {{ objectives_on_entity_object.activity }} {% endwith %} {% else %} {% with url_name="learning:course/detail/activities"%} {{ objectives_on_entity_object.resource }} {% endwith %} {% endif %}
{{ objectives_on_entity_object.get_taxonomy_level_display }}
{% endfor %} {% endif %}