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

Give Affiliate Feedback

{% else %}

Give Feedback

{% endif %}
From:- {{fromUser.firstName ~ ' ' ~ fromUser.LastName}} To:- {{toUser.firstName ~ ' ' ~ toUser.LastName}}
{% if is_granted('ROLE_AFFILIATE') %}
Give RANKING
Communication
Teamwork
Support
Issue Resolution
Suggestions
Improvements
{% elseif is_granted('ROLE_CUSTOMER') %}
  • Overall Satisfaction
    How satisfied are you with our service?
  • Recommendation Likelihood
    How likely are you to recommend us?
  • Service Quality
    How would you rate the quality of our service?
  • Customer Support
    How satisfied are you with the support you received?
  • Value for Money
    How would you rate the value for the cost?
{% endif %}
{#
#}
{% endblock %} {% block javascripts %} {% endblock %}