{% extends 'assessments/base.html' %} {% load i18n %} {% block head %} {{ block.super }} {% endblock %} {% block section_title %} {% trans 'Curriculum' %} {% endblock %} {% block section_actions %} {% if curriculum %} {% if competency_tree.can_edit or competency_tree.can_translate %} {% trans 'New topic' %} {% endif %} {% endif %} {% endblock %} {% block section_content %} {% if curriculum %} {% for topic in topic_list %}
{% if competency_tree.can_edit or competency_tree.can_translate %} {% endif %}
{% endfor %} {% else %}

{% trans 'No available curriculum for this business unit. Please contact your administrator.' %}

{% endif %} {% endblock %}