@if (selectedObjectivesManager != null) { Problems Planning :   {{ selectedObjectivesManager.getName() }} {{ value.getName() | titlecase }}            @if (problemsPlanningProperties.length > 0) { } @if (selectedSolution != null && solutionsByObjectivesManager.get(selectedObjectivesManager).length > 0) { Solutions Planning :   {{ selectedSolution.getName() }} {{ value.getName() | titlecase }}             @if (solutionsPlanningProperties.length > 0) { } } }