{% extends 'HeVinciCompetencyBundle:Objective:layout.html.twig' %} {% trans_default_domain 'competency' %} {% set activeTab = 'objectives' %} {% block tabContent %} {% set length = objectives|length %}
{% for objective in objectives %} {% include 'HeVinciCompetencyBundle:Objective:objectiveRow.html.twig' with { id: objective.id, name: objective.name, hasCompetencies: objective.competencyCount > 0, isLoaded: false, } %} {% endfor %}
{{ 'objective_'|trans }} {{ 'framework_'|trans }} {{ 'level_'|trans }} {{ 'actions'|trans({}, 'platform') }}
{% endblock %} {% block tabFooter %} {% endblock %} {% block javascripts %} {{ parent() }} {% javascripts debug=false filter='twig_js, jsmin' vars=["locale"] "@HeVinciCompetencyBundle/Resources/views/Picker/users.html.twig" %} {% endjavascripts %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}