{% extends 'base_admin.html.twig' %} {% block title %}EGM Vote: {{selecteduser.fullname}} {% endblock %} {% block body %} {% set voteService = VoteService %}
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 }} | {% set vote = egm_question.getUserVote(selecteduser) %}{% 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 |