{% 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 %}

{{ 'objective.groups_with'|trans({ '%objective%': filterObjective.getName()|em })|raw }} ({{ 'objective.see_all_groups'|trans }})

{% endif %} {% if pager.getNbPages() > 1 %} {{ pagerfanta(pager, 'twitter_bootstrap_translated', { 'proximity': 1 }) }} {% endif %}
{% if pager.getNbResults() > 0 %} {% for group in pager.currentPageResults() %} {% include 'HeVinciCompetencyBundle:Objective:groupObjectiveRow.html.twig' with group %} {% endfor %}
{{ 'group'|trans({}, 'platform') }} {{ 'framework_'|trans }} {{ 'actions'|trans({}, 'platform') }}
{% else %} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}