{% load learning %} {% load i18n %} {% get_object_perms object user as object_perms %}
{% if "add_objective_"|add:object_name in object_perms %} {% with "learning:"|add:object_name|add:"/detail/objective/add" as target_url %} {% include "learning/taxonomy/objective/detail/objective_add.html" with object=object target_url=target_url %} {% endwith %} {% endif %}
{% if objectives %} {% if user_contribute or user_is_author_of_object %} {% if "change_objective_"|add:object_name in object_perms %} {% endif %} {% else %}  {% if user.is_authenticated %} {% endif %} {% endif %} {% for objective in objectives %} {% include "learning/taxonomy/_includes/block/objective_object_block_base.html" with objective=objective %} {% endfor %}
{% trans "Level" %} {% trans "Ability" %} {% trans "Date" %}{% trans "Author" %}{% trans "Actions" %}{% trans "Validation" %}
{% include "learning/_includes/paginator_buttons.html" with current_page=objectives %} {% else %}
{% endif %}