{% extends 'ClarolineCoreBundle::Administration/layout.html.twig' %} {% set competencyBreadcrumbs = [ { icon: 'fa fa-cog', name: 'administration'|trans({}, 'platform'), href: path('claro_admin_index') }, { name: 'competencies'|trans({}, 'tools'), href: path('hevinci_frameworks') } ] %} {% block title %} {{ parent() ~ ' - ' ~ 'competencies'|trans({}, 'tools')|striptags|raw }} {% endblock %} {% block breadcrumb %} {{ macros.breadcrumbs(competencyBreadcrumbs) }} {% endblock %} {% block section_content %}
{% block panelTitle %} {{ 'competencies'|trans({}, 'tools') }} {% endblock %}
{% block panelBody %} TODO {% endblock %}
{% block sectionRest %}{% endblock %} {% endblock %} {% block javascripts %} {{ parent() }} {% javascripts debug=false filter='twig_js, jsmin' vars=["locale"] "@HeVinciCompetencyBundle/Resources/views/Competency/frameworkRow.html.twig" "@HeVinciCompetencyBundle/Resources/views/Competency/competencyItem.html.twig" "@HeVinciCompetencyBundle/Resources/views/Competency/abilityRow.html.twig" "@HeVinciCompetencyBundle/Resources/views/Scale/row.html.twig" %} {% endjavascripts %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}