{% extends "learning/activity/detail.html" %} {% load i18n learning django_bootstrap_breadcrumbs %} {% block title %}{{ block.super }} − {% trans "Objectives" %}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb "Objectives" "learning:activity/details/objective" course.slug %} {% endblock %} {% block learning_content %} {# Show a warning if the course is private #} {% if resource.access == 'PRIVATE' %} {% endif %} {% with "activity" as object_name %} {% include "learning/taxonomy/objective/detail/objective_content.html" %} {% endwith %} {% endblock %}