{% extends 'HeVinciCompetencyBundle:Objective:layout.html.twig' %}
{% trans_default_domain 'competency' %}
{% set activeTab = 'groups' %}
{% set filterObjective = filterObjective is defined ? filterObjective : false %}
{% block title %}
{{ parent() ~ ' - ' ~ 'groups'|trans({}, 'platform') }}
{% endblock %}
{% block breadcrumb %}
{{
macros.breadcrumbs(objectiveBreadcrumbs|merge([{
name: 'groups'|trans({}, 'platform'),
href: path('hevinci_objectives_groups')
}]))
}}
{% endblock %}
{% block tabContent %}
{% if filterObjective %}
{{ 'group'|trans({}, 'platform') }} | {{ 'framework_'|trans }} | {{ 'actions'|trans({}, 'platform') }} |
---|