{% extends 'frontend/layouts/index.html.twig' %} {% block title %}Dashboard | {{ app_name }}{% endblock %} {% set active = "app_front_team_feedback" %} {% set breadcrumbs = [ { 'link': path('app_front_account'), 'title': 'Home', }, { 'title': 'Feedback System', }, { 'title': 'Team Feedback' } ] %} {% block stylesheets %} {% endblock %} {% block content %}

Your Team Feedback Review (4 Layers)


{% for item in itemsWithPaginatedFeedback %}
Affiliate
{{item['name']}}
Communication
Teamwork
Support
Issue Resolution
Suggestions
Improvements

Summary ({{ item['summaryText']}})

{% for feedback in item.sender_feedback_paginated.items %} {# #}
Feedback
From: {{feedback.name}}
Communication
Teamwork
Support
Issue Resolution
Suggestions
Improvements

Summary ({{ feedback.summaryText }})

{% endfor %} {% if item.sender_feedback_paginated.pageCount > 1 %} {% endif %}
{% endfor %}
{% if pagination.pageCount > 1 %} {% endif %}
{% endblock %} {% block javascripts %} {% endblock %}