{% extends "learning/taxonomy/objective/base.html" %} {% load i18n django_bootstrap_breadcrumbs %} {% block title %}{{ block.super }} − {% trans "Objectives" %}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb "Objectives" "learning:objective" %} {% endblock %} {% block learning_content %}
{% include "learning/_includes/messages.html" %} {% block objective_content %}

{% trans "Objectives" %}

{% if user.is_authenticated %} {% endif %} {% if has_obj %} {% for objective in page_obj %} {% include "learning/taxonomy/_includes/block/objective_block_base.html" with objective=objective %} {% endfor %}
{% trans "Ability" %} {% trans "Date of creation" %} {% trans "Author" %} {% trans "Where?" %} {% trans "Language" %}
{% include "learning/_includes/paginator_buttons.html" with current_page=page_obj %} {% else %} {% endif %}
{% endblock %}
{% endblock %}