{% extends 'base_admin.html.twig' %} {% block title %}EGM Vote: {{selecteduser.fullname}} {% endblock %} {% block body %} {% set voteService = VoteService %}

EGM - Caste My Vote: {{selecteduser.fullname}}


{% for egm_question in egm_questions %} {% if is_granted('PUB_ACCESS', egm_question.pub) %} {% if selecteduser.investmentAmountForPub(egm_question.pub) >0 %} {% set vote = egm_question.getUserVote(selecteduser) %} {% endif %} {% endif %} {% else %} {% endfor %}
Pub Question Detail Link Shareholding Vote Nominated Proxy Comments Attachment Actions
{{ egm_question.pub.name }} {{ egm_question.question }} {{ egm_question.background |striptags}} Link {{ selecteduser.investmentAmountForPub(egm_question.pub)|number_format }} {% if vote is not null %} {{ vote.vote | capitalize }} {% endif %} {% if vote is not null and vote.proxy is not null %} {{ vote.proxy.fullName }} {% endif %} {% if vote is not null and vote.proxy is not null %} {{ vote.comment}} {% endif %} {% if vote.attachmentName is defined and vote.attachmentName is not null %} Download {% endif %} Read, Vote & Upload proxy


Please note that SAG is not managing the KPH. Contact details of the directors of the KPH can be found here {% endblock %} {% block datatable %} {% endblock datatable %}