{% extends 'ClarolineCoreBundle::Administration/layout.html.twig' %} {% set objectiveBreadcrumbs = [ { icon: 'fa fa-cog', name: 'administration'|trans({}, 'platform'), href: path('claro_admin_index') }, { name: 'learning-objectives'|trans({}, 'tools'), href: path('hevinci_objectives') } ] %} {% set activeTab = activeTab is defined ? activeTab : 'objectives' %} {% block title %} {% autoescape false %} {{ parent() ~ ' - ' ~ 'learning-objectives'|trans({}, 'tools') }} {% endautoescape %} {% endblock %} {% block breadcrumb %} {{ macros.breadcrumbs(objectiveBreadcrumbs) }} {% endblock %} {% block section_content %}
{{ 'learning-objectives'|trans({}, 'tools') }}
{% block tabContent %}{% endblock %}
{% endblock %} {% block javascripts %} {{ parent() }} {% javascripts debug=false filter='twig_js, jsmin' vars=["locale"] "@HeVinciCompetencyBundle/Resources/views/Objective/objectiveRow.html.twig" "@HeVinciCompetencyBundle/Resources/views/Objective/userObjectiveRow.html.twig" "@HeVinciCompetencyBundle/Resources/views/Objective/groupObjectiveRow.html.twig" %} {% endjavascripts %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}